mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-10 23:00:39 +02:00
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; }";
|
|
}
|