refactor: Formatting

This commit is contained in:
2025-02-07 22:13:20 +01:00
parent c3f4470f80
commit dc2abe6ff1
36 changed files with 349 additions and 198 deletions
+1 -2
View File
@@ -1,4 +1,3 @@
# manages and downloads films
{ config, lib, ... }:
let
@@ -20,4 +19,4 @@ in
after = [ "network-online.target" ];
};
};
}
}