add udiskie for automount

This commit is contained in:
2025-11-12 21:11:10 -06:00
parent 7d97acfdfb
commit d73a561b9d

View File

@@ -13,7 +13,7 @@ in {
}; };
config = lib.mkIf cfg.enable { config = lib.mkIf cfg.enable {
programs.${program} = { services.${program} = {
enable = true; enable = true;
automount = true; automount = true;
notify = true; notify = true;