refactor: move git to myuser and remove obsolete nix config entry

This commit is contained in:
oddlama 2023-09-05 00:53:00 +02:00
parent 7b26c45fb8
commit 28a629aa70
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
3 changed files with 1 additions and 3 deletions

View file

@ -2,13 +2,10 @@
imports = [
./modules/uid.nix
./git.nix
./htop.nix
./impermanence.nix
./neovim.nix
./shell
./utils.nix
];
xdg.configFile."nixpkgs/config.nix".text = "{ allowUnfree = true; }";
}

View file

@ -32,6 +32,7 @@ in {
./graphical
./neovim
./git.nix
./dev.nix
./gpg.nix
./ssh.nix