256 current 1970-01-01 01:00:00 23.11.20240320.f091af0 6.1.82 *

This commit is contained in:
2024-03-21 14:33:45 +01:00
parent a5511710a3
commit 3a75c8c938
3 changed files with 30 additions and 18 deletions

View File

@ -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 = {