From 477d94687d5af9cbc4700dae7e90331d99277811 Mon Sep 17 00:00:00 2001 From: cy Date: Sun, 4 May 2025 01:21:42 -0400 Subject: [PATCH] install ffmpeg, pyright; exclude vms from backup; make kitty transparent --- home/kitty.nix | 1 + home/yt/ytnix.nix | 2 ++ hosts/ytnix/default.nix | 3 ++- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/home/kitty.nix b/home/kitty.nix index a6ddf37..40f25ef 100644 --- a/home/kitty.nix +++ b/home/kitty.nix @@ -13,6 +13,7 @@ # for confirmation confirm_os_window_close = 0; clear_all_shortcuts = true; + background_opacity = 0.85; # will probably lower this later but the max allowed is actually 4GB # this is NOT stored in memory and can only be viewed with scrollback_pager diff --git a/home/yt/ytnix.nix b/home/yt/ytnix.nix index 8043825..8a301d1 100644 --- a/home/yt/ytnix.nix +++ b/home/yt/ytnix.nix @@ -93,6 +93,7 @@ keepassxc ida-free jujutsu + ffmpeg ]; home.sessionVariables = { @@ -155,6 +156,7 @@ delta taplo llvmPackages.clang-tools + pyright ]; }; diff --git a/hosts/ytnix/default.nix b/hosts/ytnix/default.nix index 718a85e..920cd4f 100644 --- a/hosts/ytnix/default.nix +++ b/hosts/ytnix/default.nix @@ -87,7 +87,7 @@ resolvconf.enable = true; firewall = { enable = true; - trustedInterfaces = [ "tailscale0" "virbr0" ]; + trustedInterfaces = [ "tailscale0" "virbr0" "virbr1" ]; # allowedTCPPorts = [ # 8080 # mitmproxy # 22000 # syncthing @@ -238,6 +238,7 @@ "/home/yt/Games" "/home/yt/Videos" "/home/yt/.bitmonero" + "/home/yt/vms" ]; repo = "yt"; passFile = config.sops.secrets."borg/rsyncnet".path;