Lots of refactoring
This commit is contained in:
parent
2f65f8fcba
commit
70e37a959e
46 changed files with 635 additions and 400 deletions
18
features/i3wm.nix
Normal file
18
features/i3wm.nix
Normal file
|
@ -0,0 +1,18 @@
|
|||
{ pkgs, ... }: {
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
|
||||
desktopManager = {
|
||||
xterm.enable = false;
|
||||
gnome.enable = true;
|
||||
};
|
||||
|
||||
windowManager = {
|
||||
i3.enable = true;
|
||||
};
|
||||
|
||||
displayManager.lightdm.enable = true;
|
||||
};
|
||||
|
||||
services.displayManager.defaultSession = "none+i3";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue