various improvements to the "me" user home configuration

also added multiple TODO items
This commit is contained in:
Emile Clark-Boman 2025-05-14 10:45:30 +10:00
parent 3bc320cc6a
commit 5a15c239cd
10 changed files with 70 additions and 8 deletions

View file

@ -2,7 +2,6 @@
home = {
packages = [
pkgs.ghostty
#(pkgs.writeShellScriptBin "xterm" ''${pkgs.ghostty}/bin/ghostty "$@"'')
];
sessionVariables.TERMINAL = "ghostty";
@ -26,6 +25,9 @@
gtk-single-instance = false;
adw-toolbar-style = "flat";
# disable close confirmations
confirm-close-surface = false;
keybind = [
"ctrl+shift+plus=increase_font_size:1"
"ctrl+shift+minus=decrease_font_size:1"