This commit is contained in:
Hadi
2024-03-18 22:26:32 +01:00
parent 6a562ff64c
commit ef3489075f
65 changed files with 165 additions and 107 deletions

View File

@@ -1,4 +1,4 @@
{ config, ... }: {
{ config, pkgs, ... }: {
programs.kitty = {
enable = true;
@@ -16,7 +16,7 @@
confirm_os_window_close = "0";
remember_window_size = "no";
disable_ligatures = "never";
shell = "zsh";
shell = "${pkgs.zsh}/bin/zsh";
initial_window_width = 1000;
initial_window_height = 600;