add cambalache and fix hme

This commit is contained in:
Bit Borealis 2023-08-22 12:24:59 +00:00
parent 1fe3266b9d
commit 3d7f8075f9
Signed by: theotheroracle
GPG key ID: 2D816A2DCA6E5649

View file

@ -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 = ''