adding ddclient to nix situation

This commit is contained in:
Chris Cochrun 2025-03-22 22:31:22 -05:00
parent c3de5f9330
commit 2bdb4733f9
6 changed files with 89 additions and 31 deletions

View file

@ -46,11 +46,11 @@ in {
config = {
common = {
default = [ pkgs.kdePackages.xdg-desktop-portal-kde pkgs.xdg-desktop-portal-cosmic ];
"org.freedesktop.impl.portal.FileChooser" = [ "cosmic" ];
"org.freedesktop.impl.portal.FileChooser" = [ "kde" ];
};
hyprland = {
default = [ "hyprland" ];
"org.freedesktop.impl.portal.FileChooser" = [ "cosmic" ];
"org.freedesktop.impl.portal.FileChooser" = [ "kde" ];
};
};
extraPortals = [ pkgs.kdePackages.xdg-desktop-portal-kde pkgs.xdg-desktop-portal-cosmic ];