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

@ -16,7 +16,8 @@
xdgPics =
config.xdg.userDirs.pictures;
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;
browser = "app.zen_browser.zen";
lockscreen = lib.getExe pkgs.gtklock;