forked from mirrors_public/oddlama_nix-config
refactor: move git to myuser and remove obsolete nix config entry
This commit is contained in:
parent
7b26c45fb8
commit
28a629aa70
3 changed files with 1 additions and 3 deletions
|
@ -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; }";
|
||||
}
|
||||
|
|
|
@ -32,6 +32,7 @@ in {
|
|||
./graphical
|
||||
./neovim
|
||||
|
||||
./git.nix
|
||||
./dev.nix
|
||||
./gpg.nix
|
||||
./ssh.nix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue