add cambalache and fix hme
This commit is contained in:
parent
1fe3266b9d
commit
3d7f8075f9
4
home.nix
4
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 = ''
|
||||
|
|
Loading…
Reference in a new issue