256 current 1970-01-01 01:00:00 23.11.20240320.f091af0 6.1.82 *
This commit is contained in:
@ -3,7 +3,23 @@
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
}: let
|
||||
kicad =
|
||||
pkgs.kicad-unstable.override
|
||||
{
|
||||
stable = true;
|
||||
testing = false;
|
||||
srcs = {
|
||||
kicadVersion = "8.0.1";
|
||||
kicad = pkgs.fetchFromGitLab {
|
||||
group = "kicad";
|
||||
owner = "code";
|
||||
repo = "kicad";
|
||||
rev = "8.0.1";
|
||||
};
|
||||
};
|
||||
};
|
||||
in {
|
||||
imports = [
|
||||
# sway as windowmanager
|
||||
../../modules/home-manager/sway.nix
|
||||
@ -46,7 +62,6 @@
|
||||
firefox
|
||||
thunderbird
|
||||
xournalpp
|
||||
kicad
|
||||
prismlauncher
|
||||
steam
|
||||
blender
|
||||
@ -55,22 +70,18 @@
|
||||
youtube-dl
|
||||
dconf
|
||||
distrobox
|
||||
gyroflow
|
||||
libqalculate
|
||||
sops
|
||||
pwvucontrol
|
||||
qpwgraph
|
||||
(pkgs.discord.override {
|
||||
withOpenASAR = true;
|
||||
withVencord = true;
|
||||
})
|
||||
vesktop
|
||||
discord
|
||||
libreoffice-fresh
|
||||
mate.caja
|
||||
kdePackages.okular
|
||||
libsForQt5.okular
|
||||
mpv
|
||||
gimp
|
||||
freecad
|
||||
# kicad
|
||||
];
|
||||
|
||||
home.sessionVariables = {
|
||||
|
Reference in New Issue
Block a user