diff --git a/modules/home/shell/default.nix b/modules/home/shell/default.nix index 8a01c54..613b3e5 100644 --- a/modules/home/shell/default.nix +++ b/modules/home/shell/default.nix @@ -96,8 +96,8 @@ }; shellAliases = with pkgs; with lib; { - rebuild = "doas nix-store --verify; pushd ~/.config/dotfiles && doas nixos-rebuild switch --flake .# && notify-send \"Done\" && bat cache --build; popd"; - update = "doas nix-store --verify; pushd ~/.config/dotfiles && nix flake udpate && doas nixos-rebuild switch --upgrade-all --flake .# && notify-send \"Done\" && bat cache --build; popd"; + rebuild = "doas nix-store --verify; pushd ~/.config/dotfiles && nixos-rebuild switch --flake .# --use-remote-sudo && notify-send \"Done\" && bat cache --build; popd"; + update = "doas nix-store --verify; pushd ~/.config/dotfiles && nix flake udpate && nixos-rebuild switch --upgrade-all --flake .# --use-remote-sudo && notify-send \"Done\" && bat cache --build; popd"; cleanup = "doas nix-collect-garbage --delete-older-than 7d"; bloat = "nix path-info -Sh /run/current-system"; cat = "${getExe bat} --style=plain"; diff --git a/modules/home/theme/default.nix b/modules/home/theme/default.nix index 21f024b..21dd38c 100644 --- a/modules/home/theme/default.nix +++ b/modules/home/theme/default.nix @@ -45,7 +45,7 @@ in { programs.rofi.enable = true; home.pointerCursor = { - name = lib.mkForce "phinger-cursors-dark"; + name = lib.mkForce "phinger-cursors-light"; package = lib.mkForce pkgs.phinger-cursors; size = lib.mkForce 32; gtk.enable = lib.mkForce true;