diff --git a/home/home.nix b/home/home.nix index c059f6c..4562aa4 100644 --- a/home/home.nix +++ b/home/home.nix @@ -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";