some irssi config

This commit is contained in:
cy 2025-01-21 15:36:19 -05:00
parent 455b197b7f
commit 03e1a832ff
3 changed files with 10 additions and 0 deletions

View file

@ -12,6 +12,7 @@
keybind = [
"ctrl+q=quit"
"ctrl+shift+c=copy_to_clipboard"
"ctrl+shift+v=paste_from_clipboard"
];
};
};

View file

@ -14,5 +14,8 @@
rust.autoJoin = true;
};
};
extraConfig = ''
ignores = ( { level = "JOINS PARTS QUITS MODES NICKS"; } )
'';
};
}

View file

@ -49,6 +49,12 @@
x11.enable = true;
};
dconf.settings = {
"org/gnome/desktop/interface" = {
cursor-theme = "Bibata-Modern";
};
};
home.packages = with pkgs; [
firefox
ungoogled-chromium