bspwm for odin
This commit is contained in:
parent
f37f46c65a
commit
92b2075979
5 changed files with 52 additions and 35 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -18,9 +18,14 @@
|
|||
];
|
||||
|
||||
services.xserver = {
|
||||
displayManager.gdm = {
|
||||
# displayManager.gdm = {
|
||||
# enable = true;
|
||||
# wayland = true;
|
||||
# };
|
||||
displayManager.sddm = {
|
||||
enable = true;
|
||||
wayland = true;
|
||||
autoNumlock = true;
|
||||
# enableHidpi = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue