changed cursor theme

This commit is contained in:
ISnortPennies 2022-09-11 23:53:46 -04:00
parent 5a88e315f0
commit fb03eb0097
2 changed files with 8 additions and 1 deletions

View file

@ -18,7 +18,7 @@ let
nix-collect-garbage -d
'';
apply-user = pkgs.writeShellScriptBin "apply-users" ''
apply-user = pkgs.writeShellScriptBin "apply-user" ''
home-manager switch --flake /etc/nixos/#$(whoami)
'';