add sync user, remove Downloads folder from synced list

This commit is contained in:
2026-06-26 13:52:55 +02:00
parent 0597249641
commit 87a09834a2
2 changed files with 10 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{ lib, config, pkgs, ... }:
let
defPathLst = ["desktop" "42_desktop" "Downloads"];
defPathLst = [ "desktop" "42_desktop" ];
in
{
options.mods.sync = {