From ac4d045f73363892ec2410cdfbb916a9de4589e6 Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Tue, 7 Apr 2020 22:16:37 +1000 Subject: [PATCH] add if for git X apps --- roles/host_common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/host_common.nix b/roles/host_common.nix index fd9faf6..f5a5eb2 100644 --- a/roles/host_common.nix +++ b/roles/host_common.nix @@ -41,7 +41,7 @@ byobu # text-based window manager and terminal multiplexer. dnsutils # Bind DNS utilities htop # interactive process viewer - git # Distributed version control system + (if config.services.xserver.enable then gitAndTools.gitFull else git) # Distributed version control system powerline-fonts # For zsh themes lsof # list open files direnv # A shell extension that manages your environment