diff --git a/home.nix b/home.nix index 5d25fe9..2331a02 100644 --- a/home.nix +++ b/home.nix @@ -11,6 +11,7 @@ with import ./modules/neovim-config.nix { inherit pkgs lib fromGitHub; }; evolution ungoogled-chromium mgba + cambalache srain dconf2nix inkscape @@ -271,7 +272,10 @@ with import ./modules/neovim-config.nix { inherit pkgs lib fromGitHub; }; }; functions = { hme = '' +set -l hm_before_commit $PWD +cd ~/.config/home-manager/ git pull +cd $hm_before_commit edit ~/.config/home-manager/home.nix ''; hmu = ''