diff options
Diffstat (limited to '')
| -rw-r--r-- | machines/x/home.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/x/home.nix b/machines/x/home.nix index 636987f..7600252 100644 --- a/machines/x/home.nix +++ b/machines/x/home.nix @@ -1,4 +1,4 @@ -{ pkgs, ... }: +{ inputs, pkgs, ... }: { nixpkgs.config.allowUnfree = true; |
