mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 13:22:28 +00:00
Cleanup linux packages
This commit is contained in:
@@ -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
|
||||||
];
|
];
|
||||||
|
@@ -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
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user