hyprland: default terminal moved to foot
This commit is contained in:
parent
415932a019
commit
a250517712
|
@ -91,6 +91,7 @@ in
|
|||
"$mod, BackSpace, exec, wlogout"
|
||||
''$mod, F, exec, ${select-window.path}''
|
||||
"$mod, W, exec, pypr wall next"
|
||||
"$mod, S, exec, foot ssh homeserver@vpn.tigor.web.id"
|
||||
|
||||
# Workspaces
|
||||
"$mod, 1, workspace, 1"
|
||||
|
|
|
@ -4,10 +4,6 @@ let
|
|||
in
|
||||
{
|
||||
config = lib.mkIf cfg.enable {
|
||||
wayland.windowManager.hyprland.settings.bind = [
|
||||
"$mod, S, exec, wezterm ssh homeserver@vpn.tigor.web.id"
|
||||
];
|
||||
|
||||
programs.wezterm = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
|
|
|
@ -43,9 +43,11 @@ in
|
|||
let
|
||||
inherit (lib) strings attrsets;
|
||||
in
|
||||
''${strings.concatStringsSep "\n" (
|
||||
attrsets.mapAttrsToList (name: _: "192.168.100.5 ${strings.removePrefix "https://" name}") config.services.caddy.virtualHosts
|
||||
)}
|
||||
''
|
||||
192.168.100.5 vpn.tigor.web.id
|
||||
${strings.concatStringsSep "\n" (
|
||||
attrsets.mapAttrsToList (name: _: "192.168.100.5 ${strings.removePrefix "https://" name}") config.services.caddy.virtualHosts
|
||||
)}
|
||||
'';
|
||||
};
|
||||
virtualisation.oci-containers.containers.${name} = {
|
||||
|
|
Loading…
Reference in a new issue