diff --git a/users/ultra/home.nix b/users/ultra/home.nix index e44be79..c58e6e9 100644 --- a/users/ultra/home.nix +++ b/users/ultra/home.nix @@ -265,6 +265,7 @@ in { dotnet-runtime_6 tea thefuck + playerctl ]; file = { "emacs.d/everblush-theme.el".source = ./configs/emacs/everblush-theme.el; @@ -307,8 +308,6 @@ in { }; shellAliases = { cls = "clear"; - hmup = "nh home switch ~/.nixdotfiles"; - osup = "nh os switch ~/.nixdotfiles"; # emcc = "emacsclient -c"; }; oh-my-zsh = { @@ -331,6 +330,8 @@ in { emcc = "emacsclient -c"; sam = "git commit -sam"; hmbk = "home-manager switch --flake ~/.nixdotfiles -b backup"; + hmup = "nh home switch ~/.nixdotfiles"; + osup = "nh os switch ~/.nixdotfiles"; }; }; }; @@ -351,7 +352,7 @@ in { error_symbol = "[➜](bold red)"; }; format = '' - $directory$git$nodejs$container$sudo$nix_shell$character + $directory$git_branch$git_status$git_state$nodejs$container$sudo$nix_shell$character ''; }; };