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