diff options
author | polwex <polwex@sortug.com> | 2025-07-26 21:40:09 +0000 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2025-07-26 21:40:09 +0000 |
commit | 05cdc5aa6b41fa4cefa2e7a13520c8a618f8536c (patch) | |
tree | b02b3f529e519c3c8f0de4846e46adc1f99d9fe4 /hosts/local | |
parent | 7c48432201b2873a04a2e1bcd5aa3a0662558e26 (diff) | |
parent | cd6e43bc73c43643b06d42e3e025986f1e4edea1 (diff) |
wtf
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; |