updates to kaladin

This commit is contained in:
Chris Cochrun 2025-09-05 15:26:48 -05:00
parent 78ea1fd415
commit aba2599673
3 changed files with 27 additions and 17 deletions

View file

@ -44,19 +44,14 @@ in {
};
portal = {
enable = true;
configPackages = [ pkgs.cosmic-session pkgs.xdg-desktop-portal-cosmic ];
configPackages = [ pkgs.cosmic-session pkgs.xdg-desktop-portal-cosmic pkgs.kdePackages.kwallet ];
config = {
common = {
default = [ "cosmic" "kde" ];
default = [ "kde" ];
"org.freedesktop.impl.portal.FileChooser" = [ "cosmic" "kde" ];
"org.freedesktop.impl.portal.OpenUri" = [ "cosmic" "kde" ];
"org.freedesktop.impl.portal.Secret" = [ "cosmic" "kde" ];
};
hyprland = {
default = [ "hyprland" ];
"org.freedesktop.impl.portal.FileChooser" = [ "cosmic" "kde" ];
"org.freedesktop.impl.portal.OpenUri" = [ "cosmic" "kde" ];
"org.freedesktop.impl.portal.Secret" = [ "cosmic" "kde" ];
"org.freedesktop.impl.portal.Access" = [ "kde" ];
"org.freedesktop.impl.portal.OpenUri" = [ "kde" ];
"org.freedesktop.impl.portal.Desktop" = [ "kde" ];
};
};
extraPortals = [ pkgs.kdePackages.xdg-desktop-portal-kde pkgs.xdg-desktop-portal-gtk pkgs.xdg-desktop-portal-cosmic ];
@ -1346,7 +1341,7 @@ in {
};
settings = {
global = {
monitor = 2;
monitor = 1;
follow = "none";
width = "(0, 300)";
height = "(0, 500)";
@ -1364,7 +1359,7 @@ in {
horizontal_padding = 8;
text_icon_padding = 8;
frame_width = 0;
frame_color = "#aaaaaa";
frame_color = "#282a36aa";
gap_size = 8;
separator_color = "frame";
sort = "yes";