Migrate from GNU screen to tmux

This commit is contained in:
2026-04-29 19:56:58 +00:00
parent 4261c3e605
commit 930d951625
5 changed files with 57 additions and 30 deletions

View File

@@ -3,11 +3,6 @@
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
# too many issues with screen 5.0
# - load average in status broken
# - background colors in programs (eg less) not showing
# - caption and hardstatus color lacks intensity
nixpkgs-screen.url = "github:NixOS/nixpkgs/e518d4ad2bcad74f98fec028cf21ce5b1e5020dd";
systems.url = "github:nix-systems/default";
home-manager = {
url = "github:nix-community/home-manager";
@@ -115,9 +110,6 @@
specialArgs = {
inherit trustedSSHKeys;
inherit (inputs) jail-nix;
pkgs-screen = import inputs.nixpkgs-screen {
inherit system;
};
};
modules = [
inputs.fw_nix.nixosModules.nix-gc