From 0267b8a0850f79d2bbf4636369c8bd4115664b6d Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Tue, 3 Apr 2018 20:16:52 +0200 Subject: [PATCH] Activation unfree pour slimserver --- configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configuration.nix b/configuration.nix index 5b32b1f06..d44e0f51e 100644 --- a/configuration.nix +++ b/configuration.nix @@ -39,6 +39,8 @@ tmux ]; + nixpkgs.config.allowUnfree = true; + programs.zsh.enable = true; virtualisation.rkt.enable = true;