forked from mirrors_public/oddlama_nix-config
13 lines
195 B
Nix
13 lines
195 B
Nix
{
|
|
imports = [
|
|
../modules
|
|
|
|
./htop.nix
|
|
./impermanence.nix
|
|
./neovim.nix
|
|
./shell
|
|
./utils.nix
|
|
];
|
|
|
|
xdg.configFile."nixpkgs/config.nix".text = "{ allowUnfree = true; }";
|
|
}
|