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