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;
|
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";
|
||||||
|
|||||||
@ -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;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user