summaryrefslogtreecommitdiff
path: root/common/home
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2024-09-21 12:56:30 +0200
committerNathan Reiner <nathan@nathanreiner.xyz>2024-09-21 12:56:30 +0200
commitc77b57313c0f4b085d27d326abb89e68b57adbe9 (patch)
tree35fbf53cfcac1a1bb0b7b3f85e6fc80ae83072ed /common/home
parent914af98449e074bf44ee8e310679ea44d1ca8f4b (diff)
update webtray
Diffstat (limited to 'common/home')
-rw-r--r--common/home/default.nix8
1 files changed, 5 insertions, 3 deletions
diff --git a/common/home/default.nix b/common/home/default.nix
index e4780d6..139b3ec 100644
--- a/common/home/default.nix
+++ b/common/home/default.nix
@@ -118,11 +118,11 @@ in
xdgOpenUsePortal = true;
config = {
common = {
- default = [ "wlr" ];
+ default = [ "hyprland" ];
};
};
- configPackages = [ pkgs.xdg-desktop-portal-wlr ];
- extraPortals = [ pkgs.xdg-desktop-portal-wlr ];
+ configPackages = [ pkgs.xdg-desktop-portal-hyprland ];
+ extraPortals = [ pkgs.xdg-desktop-portal-hyprland ];
};
userDirs = {
@@ -142,6 +142,8 @@ in
};
+ useGlobalPkgs = true;
+ useUserPackages = true;
backupFileExtension = "backup";
sharedModules = [ nixvim.homeManagerModules.nixvim ];
}