bspwm for odin

This commit is contained in:
Filippo Berto 2022-05-09 10:56:21 +02:00
parent f37f46c65a
commit 92b2075979
5 changed files with 52 additions and 35 deletions

View file

@ -65,7 +65,7 @@
enable = true;
runUsingSystemd = true;
};
# windowManager.bspwm.enable = true;
windowManager.bspwm.enable = true;
# Configure keymap in X11
layout = "it";
@ -208,7 +208,7 @@
kvmgt.enable = true;
libvirtd.enable = true;
podman.enable = true;
virtualbox.host.enable = true;
# virtualbox.host.enable = true;
};
# Allow completion for system packages

View file

@ -18,9 +18,14 @@
];
services.xserver = {
displayManager.gdm = {
# displayManager.gdm = {
# enable = true;
# wayland = true;
# };
displayManager.sddm = {
enable = true;
wayland = true;
autoNumlock = true;
# enableHidpi = true;
};
};