portal different

This commit is contained in:
notgne2 2025-10-20 22:32:07 -07:00
parent a0acda37df
commit cc9125b15f
No known key found for this signature in database
2 changed files with 1 additions and 13 deletions

View file

@ -97,6 +97,7 @@ in {
xdg.portal = {
enable = true;
xdgOpenUsePortal = true;
config = {
common.default = ["gtk"];
hyprland.default = ["gtk" "hyprland"];

View file

@ -10,19 +10,6 @@ in {
options.ezpc.enable = mkEnableOption "Enable ezpc system stuff";
config = mkIf cfg.enable {
xdg.portal = {
enable = lib.mkDefault true;
xdgOpenUsePortal = true;
config = {
common.default = ["gtk"];
hyprland.default = ["gtk" "hyprland"];
};
extraPortals = [
pkgs.xdg-desktop-portal-gtk
pkgs.xdg-desktop-portal-hyprland
];
};
programs.hyprland.enable = true;
environment.sessionVariables = {