Signed-off-by: Alex Stan <alex.stan.2010@proton.me>
This commit is contained in:
Alex Stan 2024-07-03 22:06:05 +03:00
parent 023cd7e619
commit e95a44d0a6

View file

@ -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
'';
};
};