mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
Fix rebuild sudo
This commit is contained in:
parent
b82d276574
commit
4965d60720
2 changed files with 3 additions and 3 deletions
|
|
@ -96,8 +96,8 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
shellAliases = with pkgs; with lib; {
|
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";
|
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 && doas nixos-rebuild switch --upgrade-all --flake .# && 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";
|
cleanup = "doas nix-collect-garbage --delete-older-than 7d";
|
||||||
bloat = "nix path-info -Sh /run/current-system";
|
bloat = "nix path-info -Sh /run/current-system";
|
||||||
cat = "${getExe bat} --style=plain";
|
cat = "${getExe bat} --style=plain";
|
||||||
|
|
|
||||||
|
|
@ -45,7 +45,7 @@ in {
|
||||||
programs.rofi.enable = true;
|
programs.rofi.enable = true;
|
||||||
|
|
||||||
home.pointerCursor = {
|
home.pointerCursor = {
|
||||||
name = lib.mkForce "phinger-cursors-dark";
|
name = lib.mkForce "phinger-cursors-light";
|
||||||
package = lib.mkForce pkgs.phinger-cursors;
|
package = lib.mkForce pkgs.phinger-cursors;
|
||||||
size = lib.mkForce 32;
|
size = lib.mkForce 32;
|
||||||
gtk.enable = lib.mkForce true;
|
gtk.enable = lib.mkForce true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue