remove mozilla from default synced folders and add cryptsetup package
This commit is contained in:
@ -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 = {
|
||||||
|
@ -22,5 +22,6 @@
|
|||||||
man-pages
|
man-pages
|
||||||
stress
|
stress
|
||||||
ffmpeg
|
ffmpeg
|
||||||
|
cryptsetup
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user