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