From 745bcf876a2e4fb39eb5d114af8fa7c636fb9e4c Mon Sep 17 00:00:00 2001 From: Yves Dubromelle Date: Thu, 5 May 2016 02:01:41 +0200 Subject: [PATCH] installation de urbanterror --- desktop.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/desktop.nix b/desktop.nix index a59781f..354fbb2 100644 --- a/desktop.nix +++ b/desktop.nix @@ -107,6 +107,7 @@ udevil unbound unetbootin + urbanterror usbutils vbindiff vifm @@ -167,4 +168,5 @@ support32Bit = true; }; environment.etc."pulse/daemon.conf".text = "flat-volumes = no"; + nixpkgs.config.allowUnfree = true; }