0
0
Fork 0
This commit is contained in:
Daryl Ronningen 2025-01-05 18:02:42 -08:00
parent 467875c81a
commit fb8fa67657
Signed by: Daryl Ronningen
GPG key ID: FD23F0C934A5EC6B
2 changed files with 24 additions and 7 deletions

View file

@ -411,6 +411,29 @@
}; };
}; };
xdg = {
enable = true;
mime.enable = true;
portal = {
enable = true;
xdgOpenUsePortal = true;
config = {
common = {
default = [
"gtk"
];
};
};
extraPortals = with pkgs; [
xdg-desktop-portal-gtk
];
};
userDirs = {
enable = true;
createDirectories = true;
};
};
catppuccin = { catppuccin = {
gtk = { gtk = {
enable = true; enable = true;

View file

@ -14,13 +14,6 @@
thunar-media-tags-plugin thunar-media-tags-plugin
]; ];
xdg.portal = {
enable = true;
extraPortals = with pkgs; [
xdg-desktop-portal-gtk
];
};
security.pam.services.hyprlock = {}; security.pam.services.hyprlock = {};
fonts.fontconfig = { fonts.fontconfig = {
@ -35,6 +28,7 @@
}; };
}; };
environment.pathsToLink = ["/share/xdg-desktop-portal" "/share/applications"];
environment.systemPackages = with pkgs; [hyprpolkitagent]; environment.systemPackages = with pkgs; [hyprpolkitagent];
systemd = { systemd = {