remove removed options, fix catppuccin-gtk
This commit is contained in:
parent
4faeacffe8
commit
28cacbfbba
2 changed files with 3 additions and 3 deletions
|
@ -13,7 +13,7 @@
|
|||
|
||||
hardware.opengl = {
|
||||
enable = true;
|
||||
driSupport = true;
|
||||
#driSupport = true;
|
||||
driSupport32Bit = true;
|
||||
};
|
||||
|
||||
|
|
4
home.nix
4
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;
|
||||
|
|
Loading…
Reference in a new issue