From 861aa69845a8b317d70f8ea2cb01ff4e6d14dca0 Mon Sep 17 00:00:00 2001 From: Natalie Marks Date: Thu, 21 Mar 2024 19:21:24 -0700 Subject: [PATCH] updated home-manager config --- home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.nix b/home.nix index e21c75e..766531a 100644 --- a/home.nix +++ b/home.nix @@ -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"; 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 "; }; /*