From 9de0b072cd075042dbe8d6a80e8c49b7acc24b58 Mon Sep 17 00:00:00 2001 From: cy Date: Thu, 23 Jan 2025 01:32:22 -0500 Subject: [PATCH 1/2] make kitty TERM work on other computers --- home/kitty.nix | 3 ++- home/yt/chunk.nix | 1 - home/yt/ytnix.nix | 6 ------ hosts/chunk/default.nix | 1 + 4 files changed, 3 insertions(+), 8 deletions(-) diff --git a/home/kitty.nix b/home/kitty.nix index 0586556..f47567c 100644 --- a/home/kitty.nix +++ b/home/kitty.nix @@ -9,7 +9,7 @@ }; themeFile = "GitHub_Dark"; settings = { - enable_audio_bell = false; + enable_audio_bell = true; # how many windows should be open before kitty asks # for confirmation confirm_os_window_close = 0; @@ -20,6 +20,7 @@ "scrollback_pager_history_size" = "1024"; # see https://github.com/sharkdp/bat/issues/1077#issuecomment-652785399 "scrollback_pager" = "bat --pager='less -FR +G'"; + "scrollback_lines" = 20000; }; keybindings = { # kitty_mod is ctrl+shift by default diff --git a/home/yt/chunk.nix b/home/yt/chunk.nix index 3285421..ad024cd 100644 --- a/home/yt/chunk.nix +++ b/home/yt/chunk.nix @@ -16,7 +16,6 @@ systemd.user.startServices = "sd-switch"; home.packages = with pkgs; [ - foot.terminfo attic-server ]; } diff --git a/home/yt/ytnix.nix b/home/yt/ytnix.nix index b150993..e542d2b 100644 --- a/home/yt/ytnix.nix +++ b/home/yt/ytnix.nix @@ -49,12 +49,6 @@ x11.enable = true; }; - dconf.settings = { - "org/gnome/desktop/interface" = { - cursor-theme = "Bibata-Modern"; - }; - }; - home.packages = with pkgs; [ firefox ungoogled-chromium diff --git a/hosts/chunk/default.nix b/hosts/chunk/default.nix index edb153b..7c2b8c6 100644 --- a/hosts/chunk/default.nix +++ b/hosts/chunk/default.nix @@ -197,4 +197,5 @@ }; }; virtualisation.oci-containers.backend = "podman"; + environment.enableAllTerminfo = true; } From 0bc79e85ad09afad84d0c47d2aadc5c392bc2e18 Mon Sep 17 00:00:00 2001 From: cy Date: Thu, 23 Jan 2025 01:33:50 -0500 Subject: [PATCH 2/2] is this gonna work --- .github/workflows/build-machines-and-homes.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-machines-and-homes.yml b/.github/workflows/build-machines-and-homes.yml index e276cbf..6faf701 100644 --- a/.github/workflows/build-machines-and-homes.yml +++ b/.github/workflows/build-machines-and-homes.yml @@ -13,6 +13,7 @@ jobs: - titan os: - ubuntu-latest + - ubuntu-24.04-arm runs-on: ${{ matrix.os }} continue-on-error: true steps: