From 04abc2eb9b9f14e1bc856be2094d8a24b67950cd Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Mon, 15 Nov 2021 10:55:19 +1000 Subject: [PATCH] byobu: moved to desktopCraige --- profiles/desktopCraige.nix | 1 + profiles/host_common.nix | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/desktopCraige.nix b/profiles/desktopCraige.nix index 8f85d70..5c68f3e 100644 --- a/profiles/desktopCraige.nix +++ b/profiles/desktopCraige.nix @@ -9,6 +9,7 @@ ]; environment.systemPackages = with pkgs; [ + byobu # text-based window manager and terminal multiplexer. gopass # password file manager ]; } diff --git a/profiles/host_common.nix b/profiles/host_common.nix index 8ba3cb8..dc6d5e6 100644 --- a/profiles/host_common.nix +++ b/profiles/host_common.nix @@ -87,7 +87,6 @@ environment = { systemPackages = with pkgs; [ bat # cat clone with syntax highlighting & Git integration - byobu # text-based window manager and terminal multiplexer. dnsutils # Bind DNS utilities fd # A simple, fast and user-friendly alternative to find (if config.services.xserver.enable then gitAndTools.gitFull else git) # Distributed version control system