This commit is contained in:
2026-07-07 17:46:25 +01:00
parent 4ca03fde37
commit 903661935e
5 changed files with 42 additions and 13 deletions
+9 -5
View File
@@ -21,12 +21,16 @@
settings.user.email = "me@syedm.dev";
};
home.file.".xinitrc" = {
text = ''
exec dbus-run-session -- kutu.rb
'';
executable = true;
xsession = {
enable = true;
windowManager.command = "kutu.rb";
};
home.file.".xinitrc".text = ''
if [ -f ~/.xsession ]; then
exec ~/.xsession
fi
'';
home.stateVersion = "26.05";
}
+10 -4
View File
@@ -4,13 +4,20 @@
programs.kitty = {
enable = true;
shellIntegration.enableFishIntegration = true;
shellIntegration = {
enableFishIntegration = true;
mode = "no-cursor";
};
font = {
name = "Agave Nerd Font";
size = 13;
};
environment = {
KITTY_STR = "1";
};
settings = {
bold_font = "Agave Nerd Font Bold";
# italic_font = "Operator Mono Lig";
@@ -19,16 +26,15 @@
cursor_shape = "block";
cursor_blink_interval = 0;
shell_integration = "no-cursor";
underline_position = "+3";
underline_thickness = "150%";
window_margin_width = 8;
allow_remote_control = "yes";
listen_on = "unix:/tmp/mykitty";
startup_session = "${./startup}";
foreground = "#CDD6F4";
background = "#080014";
selection_foreground = "#080014";
-3
View File
@@ -1,3 +0,0 @@
# Run the command on new Kitty window creation
launch env KITTY_STR=1 fish