summaryrefslogtreecommitdiff
path: root/hosts/local
diff options
context:
space:
mode:
authorpolwex <polwex@sortug.com>2025-07-27 04:38:40 +0700
committerpolwex <polwex@sortug.com>2025-07-27 04:38:40 +0700
commitcd6e43bc73c43643b06d42e3e025986f1e4edea1 (patch)
tree6f9ba688778d9ba01a933c97d6f1b354646df762 /hosts/local
parent2339fba37290774336fa517a417330e3ff788ba5 (diff)
spanch
Diffstat (limited to 'hosts/local')
-rw-r--r--hosts/local/fw11/configuration.nix5
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;