updated home-manager config

This commit is contained in:
Natalie Marks 2024-01-17 06:34:34 -08:00
parent ec38075638
commit 62e6afe7aa

View file

@ -95,6 +95,8 @@
];
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";
};
};