Cleanup linux packages

This commit is contained in:
Dave Gallant
2022-10-19 08:39:59 -04:00
parent f8d9432295
commit d830c11210
3 changed files with 3 additions and 4 deletions

View File

@@ -83,6 +83,7 @@
./common/networking.nix ./common/networking.nix
./common/printing.nix ./common/printing.nix
./packages/desktop.nix ./packages/desktop.nix
./packages/linux.nix
./services/keyleds/default.nix ./services/keyleds/default.nix
./services/netdata/default.nix ./services/netdata/default.nix
]; ];

View File

@@ -15,7 +15,7 @@ in
owner = "davegallant"; owner = "davegallant";
repo = "rfd"; repo = "rfd";
rev = version; rev = version;
hash = "sha256-9dOxrKVEqbg2vLO5opoetVSxgwpm/3SV60mK8Le6F48="; hash = "sha256-lxSd30zh10IIsWkVm5Zm5GR0sieYPaS4QDTqu3ICz8s=";
}; };
# No tests included # No tests included

View File

@@ -9,13 +9,11 @@ in {
# System-wide packages to install. # System-wide packages to install.
environment.systemPackages = with pkgs; let environment.systemPackages = with pkgs; let
linux = [ linux = [
cpu_x cpu-x
cryptsetup cryptsetup
docker docker
docker-compose docker-compose
glibcLocales glibcLocales
iotop
linuxPackages.perf
netdata netdata
rfd rfd
pinentry-curses pinentry-curses