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, ... }: { lib, config, ... }:
let let
defPathLst = ["Desktop" "Downloads" ".mozilla"]; defPathLst = ["Desktop" "Downloads"];
in in
{ {
options.mods.sync = { options.mods.sync = {

View File

@ -22,5 +22,6 @@
man-pages man-pages
stress stress
ffmpeg ffmpeg
cryptsetup
]; ];
} }