Gnome is buggy as usual. Getting back to bspwm

This commit is contained in:
Filippo Berto 2022-12-04 15:48:28 +01:00
parent d32d92fcd4
commit 47efbd750a
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
8 changed files with 33 additions and 28 deletions

View file

@ -16,7 +16,12 @@
libvdpau-va-gl
];
services.xserver.displayManager.gdm.enable = true;
# services.xserver.displayManager.gdm.enable = true;
services.xserver.displayManager.sddm = {
enable = true;
autoNumlock = true;
theme = "${pkgs.sddm-theme-clairvoyance}/usr/share/sddm/themes/clairvoyance";
};
# This runs only Intel and nvidia does not drain power.
##### disable nvidia for a very nice battery life.