updated home-manager config
This commit is contained in:
parent
ba2ceb6acc
commit
3a27da3777
1 changed files with 2 additions and 1 deletions
3
home.nix
3
home.nix
|
@ -32,6 +32,7 @@
|
|||
zellij
|
||||
distrobox
|
||||
podman
|
||||
qemu
|
||||
#zsh-autosuggestions
|
||||
#zsh-autocomplete
|
||||
#zsh-powerlevel10k
|
||||
|
@ -98,7 +99,7 @@
|
|||
shellAliases = {
|
||||
hm-update = "git add home.nix ; git commit -m 'updated home-manager config'; git push origin main; home-manager switch --flake ~/.dotfiles/#nmarks";
|
||||
sys-update = "git add configuration.nix ; git commit -m 'updated system config'; git push origin main; sudo nixos-rebuild switch --flake ~/.dotfiles/#nmarks";
|
||||
full-update = "sys-update hm-update";
|
||||
full-update = "sys-update; hm-update";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue