machines: aramis: use wm profile

This commit is contained in:
Bruno BELANYI 2021-05-09 11:45:46 +02:00
parent 8c7d5cdb30
commit 4960179f9d
2 changed files with 2 additions and 4 deletions

View file

@ -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

View file

@ -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";
}; };
} }