From ddee696c1031d1f68f4a536c9324227eb2603cbd Mon Sep 17 00:00:00 2001 From: tomoron Date: Thu, 6 Mar 2025 18:02:47 +0100 Subject: [PATCH] remove mozilla from default synced folders and add cryptsetup package --- homeConfigs/modules/sync.nix | 2 +- osConfigs/packages.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/homeConfigs/modules/sync.nix b/homeConfigs/modules/sync.nix index 29a8361..1e726c7 100644 --- a/homeConfigs/modules/sync.nix +++ b/homeConfigs/modules/sync.nix @@ -1,7 +1,7 @@ { lib, config, ... }: let - defPathLst = ["Desktop" "Downloads" ".mozilla"]; + defPathLst = ["Desktop" "Downloads"]; in { options.mods.sync = { diff --git a/osConfigs/packages.nix b/osConfigs/packages.nix index abe5d3e..8fbdda3 100644 --- a/osConfigs/packages.nix +++ b/osConfigs/packages.nix @@ -22,5 +22,6 @@ man-pages stress ffmpeg + cryptsetup ]; }