remove removed options, fix catppuccin-gtk

This commit is contained in:
insert 2024-07-10 09:17:44 -04:00
parent 4faeacffe8
commit 28cacbfbba
Signed by: insert
GPG key ID: A70775C389ACF105
2 changed files with 3 additions and 3 deletions

View file

@ -13,7 +13,7 @@
hardware.opengl = { hardware.opengl = {
enable = true; enable = true;
driSupport = true; #driSupport = true;
driSupport32Bit = true; driSupport32Bit = true;
}; };

View file

@ -73,7 +73,7 @@
size = 24; size = 24;
}; };
theme = { theme = {
name = "Catppuccin-Frappe-Standard-Mauve-Dark"; name = "catppuccin-frappe-mauve-standard";
package = pkgs.catppuccin-gtk.override { package = pkgs.catppuccin-gtk.override {
accents = [ "mauve" ]; accents = [ "mauve" ];
size = "standard"; size = "standard";
@ -168,7 +168,7 @@
signByDefault = true; signByDefault = true;
}; };
}; };
programs.thefuck.enable = true; #programs.thefuck.enable = true;
programs.git-credential-oauth.enable = true; programs.git-credential-oauth.enable = true;
programs.kitty = { programs.kitty = {
enable = true; enable = true;