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

@ -162,17 +162,17 @@ with lib; {
xserver = {
enable = true;
desktopManager = {
gnome.enable = true;
# gnome.enable = true;
# cinnamon.enable = true;
# plasma5 = { enable = true; runUsingSystemd = true; useQtScaling = true; };
};
windowManager.bspwm = { enable = true; };
displayManager.gdm = { enable = true; };
# displayManager.sddm = {
# enable = true;
# theme =
# "${pkgs.sddm-theme-clairvoyance}/usr/share/sddm/themes/clairvoyance";
# };
# displayManager.gdm = { enable = true; };
displayManager.sddm = {
enable = true;
theme =
"${pkgs.sddm-theme-clairvoyance}/usr/share/sddm/themes/clairvoyance";
};
videoDrivers = [ "nvidia" ];
layout = "us,it";

View file

@ -96,11 +96,11 @@
../hm_modules/alacritty.nix
../hm_modules/autorandr.nix
../hm_modules/blender.nix
# ../hm_modules/bspwm.nix
../hm_modules/bspwm.nix
../hm_modules/cava.nix
../hm_modules/easyeffects.nix
# ../hm_modules/dunst.nix
../hm_modules/gnome_shell.nix
# ../hm_modules/gnome_shell.nix
# ../hm_modules/grobi.nix
../hm_modules/gtk_theme.nix
../hm_modules/heif.nix
@ -115,7 +115,7 @@
../hm_modules/mangohud.nix
../hm_modules/megasync.nix
../hm_modules/mpv.nix
../hm_modules/nautilus.nix
# ../hm_modules/nautilus.nix
../hm_modules/nix-index.nix
../hm_modules/noti.nix
../hm_modules/nushell.nix
@ -124,7 +124,7 @@
# ../hm_modules/onedrive.nix
../hm_modules/pass.nix
../hm_modules/picom.nix
# ../hm_modules/polybar.nix
../hm_modules/polybar.nix
../hm_modules/pro_audio.nix
../hm_modules/rofi.nix
# ../hm_modules/screen_locker.nix
@ -132,11 +132,11 @@
../hm_modules/sxhkd.nix
../hm_modules/syncthing.nix
../hm_modules/terminator.nix
# ../hm_modules/thunar.nix
# ../hm_modules/twmn.nix
../hm_modules/thunar.nix
../hm_modules/twmn.nix
../hm_modules/update_background.nix
../hm_modules/webapp.nix
# ../hm_modules/xidlehook.nix
../hm_modules/xidlehook.nix
../hm_modules/zathura.nix
];