From f858ed6569150547689d8f90c1a3426fd0601cad Mon Sep 17 00:00:00 2001 From: ChUrl Date: Mon, 8 Aug 2022 15:01:06 +0200 Subject: [PATCH] comment --- nixos/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 08b6703e..7dab0f82 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -42,6 +42,7 @@ ''; # Allow unfree packages + # TODO: Can I do that in the flake.nix globally? I already set pkgs there with this config but it's not enough... # Since we use HomeManager as a module with global pkgs this should also cover user packages nixpkgs.config.allowUnfree = true;