diff options
Diffstat (limited to 'common/home/default.nix')
| -rw-r--r-- | common/home/default.nix | 8 |
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 ]; } |