nixos-config/configs/home-manager/foo-dogsquared/config/nixpkgs/config.nix
Gabriel Arazas 0760acb676
configs: consolidate NixOS and home-manager config into one configs folder
Now we're going beyond these structuring as we might have to accomodate
non-system configurations like Nixvim.
2024-01-15 07:45:43 +08:00

6 lines
72 B
Nix

{
allowUnfree = true;
allowInsecure = true;
allowBroken = true;
}