diff --git a/deck/home.nix b/deck/home.nix index a150ae8..62a0b63 100644 --- a/deck/home.nix +++ b/deck/home.nix @@ -11,6 +11,11 @@ terminal.homeUpdateLocation = "/home/deck/Projects/nixos#deck"; terminal.flakeUpdateLocation = "/home/worble/Projects/nixos"; + nixpkgs.config = + { + allowUnfree = true; + }; + # Home Manager needs a bit of information about you and the paths it should # manage. home.username = "worble";