Change default cursor to catppuccin

This commit is contained in:
DashieTM 2024-11-30 13:02:31 +01:00
parent 2073868189
commit 5f60c3ba91
5 changed files with 20 additions and 10 deletions

View file

@ -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