mirror of
https://github.com/wlcx/home.git
synced 2026-09-15 12:38:22 +01:00
nix: use nixfmt-rfc-style
This commit is contained in:
+3
-2
@@ -1,4 +1,5 @@
|
||||
# TODO: auto import everything
|
||||
{pkgs, ...}: {
|
||||
qrclip = pkgs.callPackage ./qrclip {};
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
qrclip = pkgs.callPackage ./qrclip { };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user