This commit is contained in:
LordGrimmauld 2024-04-16 13:56:26 +02:00
parent f18784480e
commit fc5420012f
3 changed files with 4 additions and 1 deletions

View File

@ -4,6 +4,8 @@ let
in
{
config = with cfg; lib.mkIf (enable && portals) {
xdg.icons.enable = true;
xdg.portal = {
enable = true;
extraPortals = with pkgs; [

View File

@ -20,6 +20,7 @@ in
xcb-util-cursor
qt6ct
libsForQt5.dolphin
papirus-icon-theme
];
# environment.etc."kvantum".source = "${pkgs.catppuccin-kvantum}/share/Kvantum";

View File

@ -145,7 +145,7 @@
"lxqt-policykit-agent"
"otd-daemon"
dunst
"rm -r $HOME/.cache/rmenu" # invalidate rmenu cache on sway restart
(pkgs.writeShellScriptBin "rmenu-cache-clear" "rm -r $HOME/.cache/rmenu") # invalidate rmenu cache on sway restart
"systemctl --user import-environment XDG_SESSION_TYPE XDG_CURRENT_DESKTOP"
];
extraConfig = ''