Moved xdg config to de.nix

This commit is contained in:
2025-10-12 08:43:53 +02:00
parent 6a62fed7d4
commit c45d38ee29
2 changed files with 10 additions and 9 deletions

View File

@@ -36,4 +36,14 @@
geary geary
seahorse seahorse
]; ];
xdg = {
autostart.enable = true;
portal = {
enable = true;
extraPortals = with pkgs; [
# xdg-desktop-portal-gtk
];
};
};
} }

View File

@@ -97,13 +97,4 @@
enable = true; enable = true;
}; };
xdg = {
autostart.enable = true;
portal = {
enable = true;
extraPortals = with pkgs; [
# xdg-desktop-portal-gtk
];
};
};
} }