From 03e1a832ffebf2c33d8bc1e9d5a9028590e3dbae Mon Sep 17 00:00:00 2001 From: cy Date: Tue, 21 Jan 2025 15:36:19 -0500 Subject: [PATCH] some irssi config --- home/ghostty.nix | 1 + home/irssi.nix | 3 +++ home/yt/ytnix.nix | 6 ++++++ 3 files changed, 10 insertions(+) diff --git a/home/ghostty.nix b/home/ghostty.nix index cbde83e..9a08a74 100644 --- a/home/ghostty.nix +++ b/home/ghostty.nix @@ -12,6 +12,7 @@ keybind = [ "ctrl+q=quit" "ctrl+shift+c=copy_to_clipboard" + "ctrl+shift+v=paste_from_clipboard" ]; }; }; diff --git a/home/irssi.nix b/home/irssi.nix index 65da469..91ba914 100644 --- a/home/irssi.nix +++ b/home/irssi.nix @@ -14,5 +14,8 @@ rust.autoJoin = true; }; }; + extraConfig = '' + ignores = ( { level = "JOINS PARTS QUITS MODES NICKS"; } ) + ''; }; } diff --git a/home/yt/ytnix.nix b/home/yt/ytnix.nix index e200eab..33d6965 100644 --- a/home/yt/ytnix.nix +++ b/home/yt/ytnix.nix @@ -49,6 +49,12 @@ x11.enable = true; }; + dconf.settings = { + "org/gnome/desktop/interface" = { + cursor-theme = "Bibata-Modern"; + }; + }; + home.packages = with pkgs; [ firefox ungoogled-chromium