Gnome is buggy as usual. Getting back to bspwm
This commit is contained in:
parent
d32d92fcd4
commit
47efbd750a
8 changed files with 33 additions and 28 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue