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