machines: aramis: home: enable X & i3

This commit is contained in:
Bruno BELANYI 2021-04-05 21:01:28 +00:00
parent 6af00fe351
commit 3d51af4f54

View file

@ -1,4 +1,14 @@
{ ... }:
{
# To be filled out
my.home = {
# i3 settings
wm.windowManager = "i3";
# Keyboard settings
x.enable = true;
};
# Enable the X11 windowing system.
services.xserver.enable = true;
# Enable i3
services.xserver.windowManager.i3.enable = true;
}