fix: Add Downloads folder fix preference for workspaces
This commit is contained in:
parent
7e9f617965
commit
268879ee01
@ -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";
|
||||
|
||||
@ -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;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user