From 4f012f6aad8b1c579cdca810b74a6a008381758c Mon Sep 17 00:00:00 2001 From: fabricsoul Date: Tue, 25 Feb 2025 17:29:02 -0500 Subject: [PATCH] fix: allow unfree for home --- home/fabric/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home/fabric/default.nix b/home/fabric/default.nix index 55e7605..fb445a8 100644 --- a/home/fabric/default.nix +++ b/home/fabric/default.nix @@ -31,6 +31,10 @@ NIXOS_OZONE_WL = "1"; }; + nixpkgs.config = { + allowUnfree = true; + }; + # Common packages used across your system home.packages = with pkgs; [ git