remove mozilla from default synced folders and add cryptsetup package
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
{ lib, config, ... }:
|
||||
|
||||
let
|
||||
defPathLst = ["Desktop" "Downloads" ".mozilla"];
|
||||
defPathLst = ["Desktop" "Downloads"];
|
||||
in
|
||||
{
|
||||
options.mods.sync = {
|
||||
|
@ -22,5 +22,6 @@
|
||||
man-pages
|
||||
stress
|
||||
ffmpeg
|
||||
cryptsetup
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user