a
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user