fixing up i3 and terminal inputs

This commit is contained in:
Noah Masur
2025-02-01 09:58:55 -05:00
parent f77f0c2fd6
commit ea3ab18cca
4 changed files with 38 additions and 26 deletions

View File

@ -15,7 +15,7 @@ in
config = lib.mkIf cfg.enable {
# Set the i3 terminal
xsession.windowManager.i3.config.terminal = lib.mkIf pkgs.stdenv.isLinux "kitty";
config.nmasur.presets.services.i3.terminal = pkgs.kitty;
# Set the Rofi terminal for running programs
programs.rofi.terminal = lib.mkIf pkgs.stdenv.isLinux (lib.mkDefault "${pkgs.kitty}/bin/kitty");