This commit is contained in:
2026-03-28 12:10:55 +02:00
parent d68c4de197
commit bcb06844ca
8 changed files with 19 additions and 143 deletions

View File

@@ -129,7 +129,6 @@ in {
kdePackages.qt6ct
hyfetch
kitty
inputs.ghostty.packages.${pkgs.stdenv.hostPlatform.system}.ghostty
];
qt.enable = true;
@@ -145,10 +144,9 @@ in {
];
};
# environment.variables.XDG_TERMINAL = "${inputs.ghostty.packages.${pkgs.stdenv.hostPlatform.system}.ghostty}/bin/ghostty";
# environment.variables.XDG_SYSTEM_MONITOR = "${pkgs.htop}/bin/htop";
environment.variables.XDG_TERMINAL = "ghostty";
environment.variables.XDG_TERMINAL = "kitty";
environment.variables.XDG_SYSTEM_MONITOR = "htop";
environment.variables.GTK_USE_PORTAL = "1";
@@ -253,11 +251,6 @@ in {
source = config.lib.file.mkOutOfStoreSymlink "${configRoot}/config/dotfile_deps/DotfilesFont.otf";
};
home.file.".config/ghostty" = {
source = config.lib.file.mkOutOfStoreSymlink "${configRoot}/config/ghostty";
recursive = true;
};
home.file.".config/wlogout" = {
source = config.lib.file.mkOutOfStoreSymlink "${configRoot}/config/wlogout";
recursive = true;