machines: aramis: use wm profile
This commit is contained in:
parent
1c2193d698
commit
3f50abcbe0
|
@ -22,8 +22,6 @@
|
|||
nm-applet.enable = true;
|
||||
# Termite terminal
|
||||
terminal.program = "termite";
|
||||
# i3 settings
|
||||
wm.windowManager = "i3";
|
||||
# Keyboard settings
|
||||
x.enable = true;
|
||||
# Zathura document viewer
|
||||
|
@ -32,8 +30,6 @@
|
|||
|
||||
# Enable the X11 windowing system.
|
||||
services.xserver.enable = true;
|
||||
# Enable i3
|
||||
services.xserver.windowManager.i3.enable = true;
|
||||
# Nice wallpaper
|
||||
services.xserver.displayManager.lightdm.background =
|
||||
let
|
||||
|
|
|
@ -3,5 +3,7 @@
|
|||
my.profiles = {
|
||||
# Bluetooth configuration and GUI
|
||||
bluetooth.enable = true;
|
||||
# i3 configuration
|
||||
wm.windowManager = "i3";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue