Fixes
This commit is contained in:
+9
-5
@@ -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
@@ -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";
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
# Run the command on new Kitty window creation
|
||||
|
||||
launch env KITTY_STR=1 fish
|
||||
Reference in New Issue
Block a user