personal-gui: Homogeinize cursor themes

This commit is contained in:
traxys 2024-07-02 12:52:46 +02:00
parent bc6fb8ae0f
commit 6f26e2bb1b
2 changed files with 11 additions and 0 deletions

View file

@ -30,6 +30,14 @@
};
};
home.pointerCursor = {
gtk.enable = true;
x11.enable = true;
size = 24;
package = pkgs.gnome.adwaita-icon-theme;
name = "Adwaita";
};
terminal = {
enable = true;
kind = "foot";

View file

@ -342,6 +342,9 @@ in
inherit (common) keybindings;
inherit (common) workspaceOutputAssign;
inherit (common) assigns;
seat."*" = {
xcursor_theme = "${config.home.pointerCursor.name} ${toString config.home.pointerCursor.size}";
};
};
};
};