From 28f94f38888de2ff3074b188f5921145fc42bdc0 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Sat, 29 Jun 2024 12:38:54 +0200 Subject: [PATCH] home: don't install xcursors in `~/.icons` (wip) --- home/home.nix | 6 ++++++ 1 file changed, 6 insertions(+) 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";