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;