diff options
author | polwex <polwex@sortug.com> | 2025-07-27 04:38:40 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2025-07-27 04:38:40 +0700 |
commit | cd6e43bc73c43643b06d42e3e025986f1e4edea1 (patch) | |
tree | 6f9ba688778d9ba01a933c97d6f1b354646df762 /hosts/local | |
parent | 2339fba37290774336fa517a417330e3ff788ba5 (diff) |
spanch
Diffstat (limited to 'hosts/local')
-rw-r--r-- | hosts/local/fw11/configuration.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hosts/local/fw11/configuration.nix b/hosts/local/fw11/configuration.nix index 69b51a2..11c09d1 100644 --- a/hosts/local/fw11/configuration.nix +++ b/hosts/local/fw11/configuration.nix @@ -34,6 +34,11 @@ # environment.systemPackages = [ # wrappers # ]; + # + + nixpkgs.config = { + allowUnfree = true; + }; environment = { etc = { "sway/config".source = ./swayconfig; |