fix: Add Downloads folder fix preference for workspaces

This commit is contained in:
Jan-Bulthuis 2026-02-07 17:02:56 +01:00
parent 7e9f617965
commit 268879ee01
2 changed files with 7 additions and 2 deletions

View File

@ -44,7 +44,7 @@ in
two-finger-scrolling-enabled = true; two-finger-scrolling-enabled = true;
}; };
"org/gnome/mutter" = { "org/gnome/mutter" = {
workspaces-only-on-primary = false; workspaces-only-on-primary = true;
}; };
"org/gnome/nautilus/icon-view" = { "org/gnome/nautilus/icon-view" = {
default-zoom-level = "small"; default-zoom-level = "small";

View File

@ -25,7 +25,7 @@ in
thunderbird thunderbird
signal-desktop signal-desktop
prusa-slicer prusa-slicer
freecad-wayland pkgs-stable.freecad-wayland
inkscape inkscape
# ente-auth # ente-auth
audacity audacity
@ -49,6 +49,7 @@ in
# kicad # kicad
vlc vlc
authenticator authenticator
hotspot
podman podman
podman-compose podman-compose
@ -154,6 +155,10 @@ in
}; };
}; };
systemd.user.tmpfiles.rules = [
"d ${config.home.homeDirectory}/Downloads - - - - -"
];
modules = { modules = {
profiles.gnome.enable = true; profiles.gnome.enable = true;