NixOS + home-manager configs, mirrored from GitLab SaaS. gitlab.com/andreijiroh-dev/nixops-config
nix-flake nixos home-manager nixpkgs nix-flakes
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

add byobu to packages list

alongside tmux

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.dev>

+6
+2
hosts/stellapent-cier/configuration.nix
··· 124 124 gpgme 125 125 figma-linux 126 126 figma-agent 127 + byobu 128 + tmux 127 129 ]; 128 130 129 131 # Some programs need SUID wrappers, can be configured further or are
+4
shared/home-manager/packages.nix
··· 62 62 nil 63 63 # https://github.com/alesbrelih/gitlab-ci-ls 64 64 gitlab-ci-ls 65 + 66 + # did we forget these? 67 + byobu 68 + tmux 65 69 ]; 66 70 }