home: don't install xcursors in `~/.icons` (wip)
This commit is contained in:
parent
09d0bc29e0
commit
28f94f3888
|
@ -74,6 +74,12 @@ in {
|
||||||
"$HOME/.local/bin"
|
"$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 {
|
pointerCursor = mkIf graphics {
|
||||||
package = pkgs.capitaine-cursors;
|
package = pkgs.capitaine-cursors;
|
||||||
name = "capitaine-cursors";
|
name = "capitaine-cursors";
|
||||||
|
|
Loading…
Reference in New Issue