mirror of
https://codeberg.org/ultra/nixos-dotfiles.git
synced 2024-11-22 05:43:11 +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
|
dotnet-runtime_6
|
||||||
tea
|
tea
|
||||||
thefuck
|
thefuck
|
||||||
|
playerctl
|
||||||
];
|
];
|
||||||
file = {
|
file = {
|
||||||
"emacs.d/everblush-theme.el".source = ./configs/emacs/everblush-theme.el;
|
"emacs.d/everblush-theme.el".source = ./configs/emacs/everblush-theme.el;
|
||||||
|
@ -307,8 +308,6 @@ in {
|
||||||
};
|
};
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
cls = "clear";
|
cls = "clear";
|
||||||
hmup = "nh home switch ~/.nixdotfiles";
|
|
||||||
osup = "nh os switch ~/.nixdotfiles";
|
|
||||||
# emcc = "emacsclient -c";
|
# emcc = "emacsclient -c";
|
||||||
};
|
};
|
||||||
oh-my-zsh = {
|
oh-my-zsh = {
|
||||||
|
@ -331,6 +330,8 @@ in {
|
||||||
emcc = "emacsclient -c";
|
emcc = "emacsclient -c";
|
||||||
sam = "git commit -sam";
|
sam = "git commit -sam";
|
||||||
hmbk = "home-manager switch --flake ~/.nixdotfiles -b backup";
|
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)";
|
error_symbol = "[➜](bold red)";
|
||||||
};
|
};
|
||||||
format = ''
|
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