summaryrefslogtreecommitdiff
path: root/modules/nixos/hyprland.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/nixos/hyprland.nix')
-rw-r--r--modules/nixos/hyprland.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/modules/nixos/hyprland.nix b/modules/nixos/hyprland.nix
index 3167314..935d5e4 100644
--- a/modules/nixos/hyprland.nix
+++ b/modules/nixos/hyprland.nix
@@ -1,10 +1,10 @@
-{ pkgs, hyprland, ...}: {
+{ pkgs, inputs, ...}: {
xdg.portal = {
enable = true;
wlr.enable = true;
extraPortals = with pkgs; [
# xdg-desktop-portal-wlr
- xdg-desktop-portal-hyprland
+ # xdg-desktop-portal-hyprland
];
};
@@ -32,6 +32,7 @@
programs = {
hyprland = {
enable = true;
+ package = inputs.hyprland.packages.${pkgs.system}.hyprland;
# nvidiaPatches = true;
};