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; }; }