home: don't install xcursors in `~/.icons` (wip)

This commit is contained in:
Oystein Kristoffer Tveit 2024-06-29 12:38:54 +02:00
parent 09d0bc29e0
commit 28f94f3888
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146
1 changed files with 6 additions and 0 deletions

View File

@ -74,6 +74,12 @@ in {
"$HOME/.local/bin"
];
# TODO: fix overriding home.file in home-manager
# file = mkIf graphics {
# ".icons/default/index.theme".source = lib.mkForce null;
# ".icons/default/${config.home.pointerCursor.name}.theme".source = lib.mkForce null;
# };
pointerCursor = mkIf graphics {
package = pkgs.capitaine-cursors;
name = "capitaine-cursors";