mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +00:00
[Desktop] Move more packages outside of minimal mode
This commit is contained in:
parent
8073aa4e47
commit
f408f27dbc
1 changed files with 2 additions and 2 deletions
|
|
@ -140,11 +140,11 @@ in {
|
|||
environment.systemPackages = with pkgs; [
|
||||
chromium
|
||||
p7zip
|
||||
]
|
||||
++ (optionals (!generalCfg.minimal) [
|
||||
glxinfo
|
||||
vdpauinfo
|
||||
libva-utils
|
||||
]
|
||||
++ (optionals (!generalCfg.minimal) [
|
||||
myFirefox
|
||||
spotify
|
||||
nextcloud-client
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue