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;
# 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

View file

@ -3,5 +3,7 @@
my.profiles = {
# Bluetooth configuration and GUI
bluetooth.enable = true;
# i3 configuration
wm.windowManager = "i3";
};
}