summaryrefslogtreecommitdiff
path: root/common/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'common/default.nix')
-rw-r--r--common/default.nix11
1 files changed, 11 insertions, 0 deletions
diff --git a/common/default.nix b/common/default.nix
index 8b21089..8baaf5c 100644
--- a/common/default.nix
+++ b/common/default.nix
@@ -51,6 +51,17 @@
hardware.bluetooth.enable = true;
+ xdg.portal = {
+ enable = true;
+ config = {
+ common = {
+ default = [ "hyprland" ];
+ };
+ };
+ configPackages = [ pkgs.xdg-desktop-portal-hyprland ];
+ extraPortals = [ pkgs.xdg-desktop-portal-hyprland ];
+ };
+
nix.settings.experimental-features = [
"nix-command"
"flakes"