mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 17:54:08 -05:00
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;
|
||||
windowManager.i3 = {
|
||||
enable = true;
|
||||
extraPackages = with pkgs;
|
||||
[
|
||||
xorg.xrandr
|
||||
xterm
|
||||
rofi
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -63,15 +63,6 @@
|
|||
]
|
||||
else []
|
||||
)
|
||||
++ (
|
||||
if config.module.x11.enable
|
||||
then [
|
||||
xterm
|
||||
rofi
|
||||
xorg.xrandr
|
||||
]
|
||||
else []
|
||||
)
|
||||
++ (
|
||||
if config.module.programming.enable
|
||||
then [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue