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