remove mozilla from default synced folders and add cryptsetup package

This commit is contained in:
2025-03-06 18:02:47 +01:00
parent 6982747ec6
commit ddee696c10
2 changed files with 2 additions and 1 deletions

View File

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