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; [
|
environment.systemPackages = with pkgs; [
|
||||||
chromium
|
chromium
|
||||||
p7zip
|
p7zip
|
||||||
|
]
|
||||||
|
++ (optionals (!generalCfg.minimal) [
|
||||||
glxinfo
|
glxinfo
|
||||||
vdpauinfo
|
vdpauinfo
|
||||||
libva-utils
|
libva-utils
|
||||||
]
|
|
||||||
++ (optionals (!generalCfg.minimal) [
|
|
||||||
myFirefox
|
myFirefox
|
||||||
spotify
|
spotify
|
||||||
nextcloud-client
|
nextcloud-client
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue