updated home-manager config

This commit is contained in:
Natalie Marks 2024-01-19 06:39:36 -08:00
parent ba2ceb6acc
commit 3a27da3777

View file

@ -32,6 +32,7 @@
zellij zellij
distrobox distrobox
podman podman
qemu
#zsh-autosuggestions #zsh-autosuggestions
#zsh-autocomplete #zsh-autocomplete
#zsh-powerlevel10k #zsh-powerlevel10k
@ -98,7 +99,7 @@
shellAliases = { shellAliases = {
hm-update = "git add home.nix ; git commit -m 'updated home-manager config'; git push origin main; home-manager switch --flake ~/.dotfiles/#nmarks"; 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"; 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";
}; };
}; };