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 {
|
||||
type = lib.types.listOf lib.types.package;
|
||||
default =
|
||||
with pkgs;
|
||||
[
|
||||
default = with pkgs; [
|
||||
trash-cli
|
||||
|
||||
fd
|
||||
ripgrep
|
||||
|
||||
dust
|
||||
compsize
|
||||
|
||||
ffmpeg
|
||||
|
||||
nh
|
||||
]
|
||||
++ (
|
||||
if config.nixowos.nvidia.enable then
|
||||
[
|
||||
btop-cuda
|
||||
nvtopPackages.nvidia
|
||||
]
|
||||
else
|
||||
[
|
||||
btop-rocm
|
||||
]
|
||||
);
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue