mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 03:13:38 +00:00
Cleanup linux packages
This commit is contained in:
@@ -83,6 +83,7 @@
|
||||
./common/networking.nix
|
||||
./common/printing.nix
|
||||
./packages/desktop.nix
|
||||
./packages/linux.nix
|
||||
./services/keyleds/default.nix
|
||||
./services/netdata/default.nix
|
||||
];
|
||||
|
@@ -15,7 +15,7 @@ in
|
||||
owner = "davegallant";
|
||||
repo = "rfd";
|
||||
rev = version;
|
||||
hash = "sha256-9dOxrKVEqbg2vLO5opoetVSxgwpm/3SV60mK8Le6F48=";
|
||||
hash = "sha256-lxSd30zh10IIsWkVm5Zm5GR0sieYPaS4QDTqu3ICz8s=";
|
||||
};
|
||||
|
||||
# No tests included
|
||||
|
@@ -9,13 +9,11 @@ in {
|
||||
# System-wide packages to install.
|
||||
environment.systemPackages = with pkgs; let
|
||||
linux = [
|
||||
cpu_x
|
||||
cpu-x
|
||||
cryptsetup
|
||||
docker
|
||||
docker-compose
|
||||
glibcLocales
|
||||
iotop
|
||||
linuxPackages.perf
|
||||
netdata
|
||||
rfd
|
||||
pinentry-curses
|
||||
|
Reference in New Issue
Block a user