diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2025-06-21 00:22:34 +0000 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2025-06-21 00:22:34 +0000 |
| commit | 6f285dddf7c6ba51ba9e486fb1c6809661847f2a (patch) | |
| tree | 5dff58960ae53c0dcce1c5f8e61f847ffdbcc45b /modules/nixos/hyprland.nix | |
| parent | 0b9be465194cf7f4462936e6d797beaf5b978839 (diff) | |
| parent | 41bb50dba8c42b8cd7e7c1719d7793a1ca279157 (diff) | |
Merge branch 'master' of ssh://bosco:2200/srv/git/.flake
Diffstat (limited to 'modules/nixos/hyprland.nix')
| -rw-r--r-- | modules/nixos/hyprland.nix | 6 |
1 files changed, 3 insertions, 3 deletions
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 |
