chore: nix fmt

Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
Harald Hoyer 2025-01-16 16:25:12 +01:00
parent 904b1e8cfe
commit adb0d8bdde
3 changed files with 11 additions and 10 deletions

View file

@ -8,7 +8,7 @@
with lib;
with lib.metacfg;
let
common = import ../../common.nix {};
common = import ../../common.nix { };
cfg = config.metacfg.user;
defaultIconFileName = "profile.jpg";
defaultIcon = pkgs.stdenvNoCC.mkDerivation {