From 887a14bfa910a333af188962b6f77878eced368b Mon Sep 17 00:00:00 2001 From: niten Date: Mon, 15 Nov 2021 16:29:13 -0800 Subject: [PATCH] Never a gui for root --- root.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/root.nix b/root.nix index 04c3524..f384196 100644 --- a/root.nix +++ b/root.nix @@ -80,9 +80,7 @@ in { }; home = { - packages = if enable-gui then (common-packages ++ gui-packages) - else - common-packages; + packages = common-packages; file = { # For nixified emacs