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;
};
"org/gnome/mutter" = {
workspaces-only-on-primary = false;
workspaces-only-on-primary = true;
};
"org/gnome/nautilus/icon-view" = {
default-zoom-level = "small";

View File

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