From 15ab87c862e119f652b99eb112d72efed6267591 Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Fri, 13 Jun 2025 06:20:22 -0600 Subject: nixos 25.05 update --- modules/nixos/hyprland.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules') diff --git a/modules/nixos/hyprland.nix b/modules/nixos/hyprland.nix index 3c95763..4a446c1 100644 --- a/modules/nixos/hyprland.nix +++ b/modules/nixos/hyprland.nix @@ -3,7 +3,7 @@ enable = true; wlr.enable = true; extraPortals = [ - pkgs.xdg-desktop-portal-kde + pkgs.kdePackages.xdg-desktop-portal-kde pkgs.xdg-desktop-portal-gnome (pkgs.xdg-desktop-portal-gtk.override { # Do not build portals that we already have. @@ -75,7 +75,7 @@ hyprpicker # color picker wf-recorder # screen recording - xwaylandvideobridge # lets xwayland programs see wayland applications for screensharing + kdePackages.xwaylandvideobridge # lets xwayland programs see wayland applications for screensharing grim # taking screenshots slurp # selecting a region to screenshot # TODO replace by 'flameshot gui --raw | wl-copy' @@ -93,7 +93,7 @@ networkmanagerapplet # provide GUI app: nm-connection-editor xfce.thunar # sfce4's file manager - polkit-kde-agent + kdePackages.polkit-kde-agent-1 ]; fonts.packages = with pkgs; [ font-awesome # fixes waybar fonts -- cgit v1.2.3