nix: use nixfmt-rfc-style

This commit is contained in:
2025-12-05 15:48:11 +00:00
parent ef681a3ba8
commit 7c56f42779
17 changed files with 299 additions and 177 deletions
+3 -2
View File
@@ -1,4 +1,5 @@
# TODO: auto import everything
{pkgs, ...}: {
qrclip = pkgs.callPackage ./qrclip {};
{ pkgs, ... }:
{
qrclip = pkgs.callPackage ./qrclip { };
}