Change default cursor to catppuccin
This commit is contained in:
parent
2073868189
commit
5f60c3ba91
5 changed files with 20 additions and 10 deletions
|
|
@ -45,6 +45,13 @@
|
|||
}
|
||||
// lib.optionalAttrs (options ? home.packages) {
|
||||
services.gnome-keyring.enable = true;
|
||||
dconf.settings = {
|
||||
"org/gnome/desktop/interface" = {
|
||||
cursor-theme = "${config.mods.stylix.cursor.name}";
|
||||
cursor-size = config.mods.stylix.cursor.size;
|
||||
color-scheme = "prefer-dark";
|
||||
};
|
||||
};
|
||||
home = {
|
||||
packages =
|
||||
let
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue