home(util): add minimal system option
This commit is contained in:
parent
86806b0795
commit
ae7c18b397
3 changed files with 32 additions and 25 deletions
|
@ -1,10 +1,14 @@
|
|||
{ pkgs
|
||||
, lib
|
||||
, config
|
||||
, ... }: with lib; {
|
||||
, ... }: with lib; let
|
||||
cfg = config.passthrough.util;
|
||||
in {
|
||||
home.packages = with pkgs; [
|
||||
pv file wget nix-index
|
||||
e2fsprogs lsscsi zip unzip
|
||||
pv file wget e2fsprogs
|
||||
] ++ optionals (!cfg.minimal) [
|
||||
nix-index
|
||||
lsscsi zip unzip
|
||||
pciutils usbutils nvme-cli
|
||||
] ++ optionals config.passthrough.gui [
|
||||
gtk-engine-murrine
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue