cleanup
This commit is contained in:
parent
f18784480e
commit
fc5420012f
3 changed files with 4 additions and 1 deletions
|
@ -4,6 +4,8 @@ let
|
|||
in
|
||||
{
|
||||
config = with cfg; lib.mkIf (enable && portals) {
|
||||
xdg.icons.enable = true;
|
||||
|
||||
xdg.portal = {
|
||||
enable = true;
|
||||
extraPortals = with pkgs; [
|
||||
|
|
|
@ -20,6 +20,7 @@ in
|
|||
xcb-util-cursor
|
||||
qt6ct
|
||||
libsForQt5.dolphin
|
||||
papirus-icon-theme
|
||||
];
|
||||
|
||||
# environment.etc."kvantum".source = "${pkgs.catppuccin-kvantum}/share/Kvantum";
|
||||
|
|
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in a new issue