diff --git a/modules/fish-starship/default.nix b/modules/fish-starship/default.nix index 5a36d2c3..647b7636 100644 --- a/modules/fish-starship/default.nix +++ b/modules/fish-starship/default.nix @@ -59,6 +59,7 @@ utf16 = "recode utf16..utf8"; # Rarely, some files from Japan are utf16 instead jp = "LANG=ja_JP.UTF-8 LC_ALL=ja_JP.UTF-8"; vm = "cd ~/nix-config && nixos-rebuild build-vm --flake . && ./result/bin/run-nixos-vm && trash put result nixos.qcow2"; + sw = "cd ~/nix-config && sudo nixos-rebuild switch --flake ."; c = "tput reset"; # Clear the terminal completely e = "exit";