diff --git a/modules/home-manager/hyprland.nix b/modules/home-manager/hyprland.nix index b382e05..ee8f22d 100644 --- a/modules/home-manager/hyprland.nix +++ b/modules/home-manager/hyprland.nix @@ -1,4 +1,5 @@ { + pkgs, outputs, colors, config, @@ -14,6 +15,10 @@ # linux-desktop ]; + home.packages = with pkgs; [ + swayosd + ]; + home.file."${config.xdg.configHome}/hypr/hyprpaper.conf" = { enable = true; text = '' @@ -38,9 +43,10 @@ exec-once = [ "hyprpaper" "mako" + "swayosd" "eww daemon && eww open bar$EWW_BAR_MON" "firefox" - "kitty --single-instance" + "wezterm" # "wezterm" (lib.concatStringsSep " " [ "swayidle -w" @@ -137,10 +143,10 @@ # See https://wiki.hyprland.org/Configuring/Keywords/ for more # "$mainMod, return, exec, wezterm" # "$mainMod SHIFT, return, exec, wezterm" - "$mainMod, return, exec, kitty --single-instance" + "$mainMod, return, exec, wezterm" "$mainMod SHIFT, return, exec, kitty" "$mainMod, U, exec, firefox" - "$mainMod, space, exec, wofi --show drun" + "$mainMod, space, exec, tofi-run | xargs swaymsg exec --" "$mainMod, C, killactive," "$mainMod, M, exit," "$mainMod, E, exec, dolphin" diff --git a/nixos/dragon.nix b/nixos/dragon.nix index 2ef2c37..b65c5c7 100644 --- a/nixos/dragon.nix +++ b/nixos/dragon.nix @@ -19,12 +19,11 @@ desktop-usage podman - kde-plasma + # kde-plasma postgres wifi hyprland printing - ewwbar melee lutris ];