mirror of
https://codeberg.org/ultra/nixos-dotfiles.git
synced 2024-11-21 21:33:09 +02:00
stuff
Signed-off-by: Alex Stan <alex.stan.2010@proton.me>
This commit is contained in:
parent
023cd7e619
commit
e95a44d0a6
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue