From 9f9dfd3758d2b5a79f2939c6ef39345dbb8aee09 Mon Sep 17 00:00:00 2001 From: Natalie Marks Date: Thu, 21 Mar 2024 19:17:35 -0700 Subject: [PATCH] updated home-manager config --- home.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home.nix b/home.nix index 19e1aa5..7258b3c 100644 --- a/home.nix +++ b/home.nix @@ -74,6 +74,7 @@ dxvk_2 mangohud vulkan-tools + asdf-vm # for cmpm17 binwalk 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"; full-update = "sys-update; hm-update"; }; + shellInit = "source '$HOME/.nix-profile/share/asdf-vm/asdf.fish' "; }; /*