From 268879ee015c0077d6c8439c93820e2af32518db Mon Sep 17 00:00:00 2001 From: Jan-Bulthuis Date: Sat, 7 Feb 2026 17:02:56 +0100 Subject: [PATCH] fix: Add Downloads folder fix preference for workspaces --- profiles/home/gnome.nix | 2 +- profiles/home/jan.nix | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/profiles/home/gnome.nix b/profiles/home/gnome.nix index 3a89915..7678e54 100644 --- a/profiles/home/gnome.nix +++ b/profiles/home/gnome.nix @@ -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"; diff --git a/profiles/home/jan.nix b/profiles/home/jan.nix index 7d38c3f..ae40978 100644 --- a/profiles/home/jan.nix +++ b/profiles/home/jan.nix @@ -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;