We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bcb25b commit 290e71fCopy full SHA for 290e71f
1 file changed
flake.nix
@@ -79,6 +79,7 @@
79
home-manager.nixosModules.home-manager
80
sops-nix.nixosModules.sops
81
{
82
+ nixpkgs.config.allowUnfree = true;
83
home-manager.useGlobalPkgs = true;
84
home-manager.useUserPackages = true;
85
home-manager.extraSpecialArgs = {
0 commit comments