shell: minimize extraPackages
This commit is contained in:
parent
df13fd2b5e
commit
7d0f3f34e7
1 changed files with 5 additions and 25 deletions
|
|
@ -15,32 +15,12 @@ in
|
||||||
|
|
||||||
extraPackages = lib.mkOption {
|
extraPackages = lib.mkOption {
|
||||||
type = lib.types.listOf lib.types.package;
|
type = lib.types.listOf lib.types.package;
|
||||||
default =
|
default = with pkgs; [
|
||||||
with pkgs;
|
trash-cli
|
||||||
[
|
|
||||||
trash-cli
|
|
||||||
|
|
||||||
fd
|
fd
|
||||||
ripgrep
|
ripgrep
|
||||||
|
];
|
||||||
dust
|
|
||||||
compsize
|
|
||||||
|
|
||||||
ffmpeg
|
|
||||||
|
|
||||||
nh
|
|
||||||
]
|
|
||||||
++ (
|
|
||||||
if config.nixowos.nvidia.enable then
|
|
||||||
[
|
|
||||||
btop-cuda
|
|
||||||
nvtopPackages.nvidia
|
|
||||||
]
|
|
||||||
else
|
|
||||||
[
|
|
||||||
btop-rocm
|
|
||||||
]
|
|
||||||
);
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue