From 6987a2c58591aa16407fcc1118f600917c73d6bb Mon Sep 17 00:00:00 2001 From: Natalie Marks Date: Mon, 29 Jan 2024 02:29:09 -0800 Subject: [PATCH] updated home-manager config --- home.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home.nix b/home.nix index 703d4b6..450010e 100644 --- a/home.nix +++ b/home.nix @@ -27,6 +27,10 @@ # release notes. home.stateVersion = "23.05"; # Please read the comment before changing. + nixpkgs.config = { + allowUnfree = true; + }; + # The home.packages option allows you to install Nix packages into your # environment. home.packages = with pkgs; [