collapse x11 programs.nix into the desktop

This commit is contained in:
TheWanderingCrow 2024-12-29 09:45:52 -05:00
parent 8a6e0b5c9e
commit c1565bfbbb
2 changed files with 6 additions and 9 deletions

View file

@ -10,6 +10,12 @@
displayManager.startx.enable = true; displayManager.startx.enable = true;
windowManager.i3 = { windowManager.i3 = {
enable = true; enable = true;
extraPackages = with pkgs;
[
xorg.xrandr
xterm
rofi
];
}; };
}; };
}; };

View file

@ -63,15 +63,6 @@
] ]
else [] else []
) )
++ (
if config.module.x11.enable
then [
xterm
rofi
xorg.xrandr
]
else []
)
++ ( ++ (
if config.module.programming.enable if config.module.programming.enable
then [ then [