mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-02-27 01:01:01 +01:00
personal-gui: Homogeinize cursor themes
This commit is contained in:
parent
bc6fb8ae0f
commit
6f26e2bb1b
2 changed files with 11 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -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}";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue