git: move out of home-manager

This commit is contained in:
2023-01-27 07:57:42 +00:00
parent aee928dac0
commit 7df18686e0
3 changed files with 1 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
./aerc.nix ./aerc.nix
./firefox.nix ./firefox.nix
./gfeeds.nix ./gfeeds.nix
./git.nix
./gpodder.nix ./gpodder.nix
./keyring.nix ./keyring.nix
./newsflash.nix ./newsflash.nix

View File

@@ -14,7 +14,6 @@ let
in in
{ {
imports = [ imports = [
./git.nix
./kitty.nix ./kitty.nix
./mpv.nix ./mpv.nix
./neovim.nix ./neovim.nix