diff --git a/configuration.nix b/configuration.nix index e1e4641..718160b 100644 --- a/configuration.nix +++ b/configuration.nix @@ -13,7 +13,7 @@ hardware.opengl = { enable = true; - driSupport = true; + #driSupport = true; driSupport32Bit = true; }; diff --git a/home.nix b/home.nix index bb14124..154b8cc 100644 --- a/home.nix +++ b/home.nix @@ -73,7 +73,7 @@ size = 24; }; theme = { - name = "Catppuccin-Frappe-Standard-Mauve-Dark"; + name = "catppuccin-frappe-mauve-standard"; package = pkgs.catppuccin-gtk.override { accents = [ "mauve" ]; size = "standard"; @@ -168,7 +168,7 @@ signByDefault = true; }; }; - programs.thefuck.enable = true; + #programs.thefuck.enable = true; programs.git-credential-oauth.enable = true; programs.kitty = { enable = true;