updated home-manager config

This commit is contained in:
Natalie Marks 2024-03-21 19:21:24 -07:00
parent f7a1cf0002
commit 861aa69845

View file

@ -139,7 +139,7 @@
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";
}; };
shellInit = "source '$HOME/.nix-profile/share/asdf-vm/asdf.fish' "; shellInit = "source $HOME/.nix-profile/share/asdf-vm/asdf.fish ";
}; };
/* /*