diff --git a/configs/default.nix b/configs/default.nix index d1ef041..8f2138d 100644 --- a/configs/default.nix +++ b/configs/default.nix @@ -61,6 +61,19 @@ in { }; }; } + { + environment.systemPackages = [ + pkgs.capitaine-cursors + ]; + + home-manager.users.me = { + home.pointerCursor = { + name = "capitaine-cursors-white"; + package = pkgs.capitaine-cursors; + size = 12; + }; + }; + } { users.mutableUsers = false;