hosts/dunamis/users/user/programs.nix: move to wezterm

modules/home/desktop/niri/default.nix: move to wezterm

Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
2025-03-31 16:35:36 +03:00
parent 386d3f9007
commit a86f3f9c15
2 changed files with 5 additions and 2 deletions

View File

@ -5,6 +5,7 @@
}; };
console.yazi.enable = true; console.yazi.enable = true;
console.joshuto.enable = true;
stylix.targets.fzf.enable = false; stylix.targets.fzf.enable = false;
services.ssh-agent.enable = true; services.ssh-agent.enable = true;
@ -43,7 +44,8 @@
}; };
terminal = { terminal = {
ghostty.enable = true; # ghostty.enable = true;
wezterm.enable = true;
kitty.enable = true; kitty.enable = true;
}; };

View File

@ -16,7 +16,8 @@
xdgPics = xdgPics =
config.xdg.userDirs.pictures; config.xdg.userDirs.pictures;
ifLaptop = lib.mkIf (hostId != "c7f6c4a1"); ifLaptop = lib.mkIf (hostId != "c7f6c4a1");
terminal = lib.getExe pkgs.ghostty; # TODO: make terminal depent on thing outside a module
terminal = lib.getExe pkgs.wezterm;
launcher = lib.getExe pkgs.fuzzel; launcher = lib.getExe pkgs.fuzzel;
browser = "app.zen_browser.zen"; browser = "app.zen_browser.zen";
lockscreen = lib.getExe pkgs.gtklock; lockscreen = lib.getExe pkgs.gtklock;