373 current 2024-04-17 16:07:20 24.05.20240416.5672bc9 6.8.4-zen1 *
This commit is contained in:
parent
7c2e4b6100
commit
72e5d1d4c5
5 changed files with 20 additions and 15 deletions
|
|
@ -22,6 +22,8 @@
|
|||
../rice/rio.nix
|
||||
../rice/wofi.nix
|
||||
../shell
|
||||
|
||||
inputs.catppuccin.homeManagerModules.catppuccin
|
||||
];
|
||||
|
||||
nixpkgs = {
|
||||
|
|
@ -34,12 +36,16 @@
|
|||
];
|
||||
};
|
||||
|
||||
gtk.catppuccin.cursor.enable = false;
|
||||
|
||||
nix.gc = {
|
||||
automatic = true;
|
||||
frequency = "weekly";
|
||||
options = "--delete-older-than 30d";
|
||||
};
|
||||
|
||||
catppuccin.flavour = "macchiato";
|
||||
|
||||
xdg.mimeApps.defaultApplications = {
|
||||
"text/html" = "firefox.desktop";
|
||||
"x-scheme-handler/http" = "firefox.desktop";
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@
|
|||
};
|
||||
|
||||
sessionVariables = {
|
||||
XCURSOR_SIZE = "16";
|
||||
XCURSOR_SIZE = "32";
|
||||
GTK_USE_PORTAL = "1";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -6,7 +6,9 @@
|
|||
size = 14;
|
||||
};
|
||||
|
||||
# catppuccin.enable = true;
|
||||
catppuccin.enable = true;
|
||||
|
||||
# theme = "catppuccin";
|
||||
|
||||
settings = {
|
||||
window_padding_width = 8;
|
||||
|
|
@ -41,6 +43,4 @@
|
|||
# color15 = "#acb0d0";
|
||||
};
|
||||
};
|
||||
# theme = "rosepine";
|
||||
# };
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue