improv: home-manager away

nix-rearch
pegasust 2022-12-10 18:58:30 -07:00
parent ad01a1fd65
commit 9161d088ef
3 changed files with 4 additions and 1 deletions

View File

@ -5,5 +5,8 @@
./git.nix
./ssh.nix
./shells.nix
{
config.programs.home-manager.enable = true;
}
];
}

View File

@ -20,3 +20,4 @@ in
extraConfig = builtins.readFile "${proj_root}/ssh/config";
};
}

View File

@ -98,7 +98,6 @@ in
enable = true;
enableZshIntegration = true;
};
programs.home-manager.enable = true;
programs.fzf.enable = true;
programs.neovim = {
enable = true;