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
|
in
|
||||||
{
|
{
|
||||||
config = with cfg; lib.mkIf (enable && portals) {
|
config = with cfg; lib.mkIf (enable && portals) {
|
||||||
|
xdg.icons.enable = true;
|
||||||
|
|
||||||
xdg.portal = {
|
xdg.portal = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extraPortals = with pkgs; [
|
extraPortals = with pkgs; [
|
||||||
|
|
|
@ -20,6 +20,7 @@ in
|
||||||
xcb-util-cursor
|
xcb-util-cursor
|
||||||
qt6ct
|
qt6ct
|
||||||
libsForQt5.dolphin
|
libsForQt5.dolphin
|
||||||
|
papirus-icon-theme
|
||||||
];
|
];
|
||||||
|
|
||||||
# environment.etc."kvantum".source = "${pkgs.catppuccin-kvantum}/share/Kvantum";
|
# environment.etc."kvantum".source = "${pkgs.catppuccin-kvantum}/share/Kvantum";
|
||||||
|
|
|
@ -145,7 +145,7 @@
|
||||||
"lxqt-policykit-agent"
|
"lxqt-policykit-agent"
|
||||||
"otd-daemon"
|
"otd-daemon"
|
||||||
dunst
|
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"
|
"systemctl --user import-environment XDG_SESSION_TYPE XDG_CURRENT_DESKTOP"
|
||||||
];
|
];
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
|
|
Loading…
Reference in a new issue