add xdg config

This commit is contained in:
Fabian Montero 2025-01-05 22:23:56 -06:00
parent bc73e4b350
commit 3e0e6e4d5d
Signed by: fabian
GPG key ID: 1FFAC35E1798174F

View file

@ -11,7 +11,17 @@ in {
enable = mkEnableOption "Basic home settings"; enable = mkEnableOption "Basic home settings";
}; };
config = mkIf cfg.enable { config = mkIf cfg.enable {
xdg.enable = true; xdg = {
enable = true;
mimeApps = {
enable = true;
defaultApplications = {};
};
portal = {
enable = true;
xdgOpenUsePortal = true;
};
};
home = { home = {
stateVersion = "24.05"; # DO NOT CHANGE stateVersion = "24.05"; # DO NOT CHANGE