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