Fixed Freya deployment

This commit is contained in:
Filippo Berto 2023-03-03 23:19:59 +01:00
parent b88cc04996
commit 2916331af1
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
8 changed files with 121 additions and 70 deletions

View file

@ -7,26 +7,19 @@
};
packages = builtins.attrValues {
inherit (pkgs)
file htop neofetch nix-prefetch-scripts ripgrep wget xclip yq;
cava gallery-dl procps wireguard-tools httpie;
};
};
imports = [
../hm_modules/__basic.nix
# ../hm_modules/development/cpp.nix
# ../hm_modules/development/data.nix
# ../hm_modules/development/go.nix
# ../hm_modules/development/javascript.nix
# ../hm_modules/development/latex.nix
# ../hm_modules/development/python.nix
# ../hm_modules/development/rust.nix
# ../hm_modules/fonts.nix
../hm_modules/cava.nix
../hm_modules/dunst.nix
../hm_modules/helix.nix
# ../hm_modules/kitty.nix
# ../hm_modules/lf.nix
# ../hm_modules/megasync.nix
# ../hm_modules/noti.nix
../hm_modules/kitty.nix
../hm_modules/lf.nix
../hm_modules/spotifyd.nix
../hm_modules/xidlehook.nix
];
home.stateVersion = "22.11";