machines: aramis: use X profile

This commit is contained in:
Bruno BELANYI 2021-05-09 11:57:10 +02:00
parent e7d8548b80
commit 4fb46a6c58
2 changed files with 2 additions and 11 deletions

View file

@ -20,18 +20,7 @@
nm-applet.enable = true; nm-applet.enable = true;
# Termite terminal # Termite terminal
terminal.program = "termite"; terminal.program = "termite";
# Keyboard settings
x.enable = true;
# Zathura document viewer # Zathura document viewer
zathura.enable = true; zathura.enable = true;
}; };
# Enable the X11 windowing system.
services.xserver.enable = true;
# Nice wallpaper
services.xserver.displayManager.lightdm.background =
let
wallpapers = "${pkgs.plasma-workspace-wallpapers}/share/wallpapers";
in
"${wallpapers}/summer_1am/contents/images/2560x1600.jpg";
} }

View file

@ -7,5 +7,7 @@
gtk.enable = true; gtk.enable = true;
# i3 configuration # i3 configuration
wm.windowManager = "i3"; wm.windowManager = "i3";
# X configuration
x.enable = true;
}; };
} }