From e9cc3d7bdb50e11e01ef4eba164d23090429e1e8 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Sun, 7 Aug 2022 13:51:06 +0200 Subject: [PATCH] Allow unfree packages in the shell as well --- modules/common/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/common/default.nix b/modules/common/default.nix index 5116b82..f708b8e 100644 --- a/modules/common/default.nix +++ b/modules/common/default.nix @@ -87,6 +87,7 @@ environment.variables = { EDITOR = "vim"; HIGHLIGHT_STYLE = "solarized-light"; + NIXPKGS_ALLOW_UNFREE = 1; }; security.sudo = {