collapse x11 programs.nix into the desktop
This commit is contained in:
parent
8a6e0b5c9e
commit
c1565bfbbb
2 changed files with 6 additions and 9 deletions
|
|
@ -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
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -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 [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue