diff --git a/modules/fastfetch/module.nix b/modules/fastfetch/module.nix index cd92fe8..79fb19c 100644 --- a/modules/fastfetch/module.nix +++ b/modules/fastfetch/module.nix @@ -20,7 +20,7 @@ in }; "config.jsonc" = lib.mkOption { type = wlib.types.file config.pkgs; - default.path = jsonFmt.generate "fastfetch-config" config.settings; + default.path = jsonFmt.generate "fastfetch-config.jsonc" config.settings; description = "fastfetch config file"; }; };