updated home-manager config
This commit is contained in:
parent
ec38075638
commit
62e6afe7aa
1 changed files with 2 additions and 0 deletions
2
home.nix
2
home.nix
|
@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue