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 = {
|
hardware.opengl = {
|
||||||
enable = true;
|
enable = true;
|
||||||
driSupport = true;
|
#driSupport = true;
|
||||||
driSupport32Bit = true;
|
driSupport32Bit = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
4
home.nix
4
home.nix
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue