From a4d1d8b115a29906f8c94ff7a1fb501af168a117 Mon Sep 17 00:00:00 2001 From: Tigor Hutasuhut Date: Thu, 18 Jul 2024 13:23:00 +0700 Subject: [PATCH] wezterm: removed from default of hyprland because of performance reasons --- home/modules/hyprland/hyprland.nix | 6 +----- profiles/fort.nix | 2 ++ 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/home/modules/hyprland/hyprland.nix b/home/modules/hyprland/hyprland.nix index 67afeda..e7380e4 100644 --- a/home/modules/hyprland/hyprland.nix +++ b/home/modules/hyprland/hyprland.nix @@ -82,11 +82,7 @@ in # https://wiki.hyprland.org/Configuring/Binds bind = [ # Programs - ( - if config.profile.programs.wezterm.enable - then "$mod, RETURN, exec, wezterm-gui" - else "$mod, RETURN, exec, kitty" - ) + "$mod, RETURN, exec, kitty" "$mod, E, exec, thunar" "$mod, B, exec, microsoft-edge" "$mod, D, exec, rofi -show drun -replace -i" diff --git a/profiles/fort.nix b/profiles/fort.nix index d2debd6..f678779 100644 --- a/profiles/fort.nix +++ b/profiles/fort.nix @@ -66,5 +66,7 @@ programs.easyeffects.enable = true; steam.enable = true; programs.wezterm.enable = true; + + podman.enable = true; }; }