updated home-manager config

This commit is contained in:
Natalie Marks 2024-03-21 19:17:35 -07:00
parent 398f118709
commit 9f9dfd3758

View file

@ -74,6 +74,7 @@
dxvk_2 dxvk_2
mangohud mangohud
vulkan-tools vulkan-tools
asdf-vm
# for cmpm17 # for cmpm17
binwalk binwalk
exiftool exiftool
@ -138,6 +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' ";
}; };
/* /*