From eaeae9e338c38a5dec4d023ff0aa6e7cbad23572 Mon Sep 17 00:00:00 2001 From: wo2wz <189177184+wo2wz@users.noreply.github.com> Date: Thu, 24 Jul 2025 12:19:27 -0400 Subject: [PATCH] clean up some line 1s --- common/boot.nix | 2 +- common/locales.nix | 2 +- common/nix.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common/boot.nix b/common/boot.nix index 6f8b666..7bd366b 100644 --- a/common/boot.nix +++ b/common/boot.nix @@ -1,4 +1,4 @@ -{ config, pkgs, ... }: +{ config, ... }: { boot.loader = { diff --git a/common/locales.nix b/common/locales.nix index 7af961b..8ba9107 100644 --- a/common/locales.nix +++ b/common/locales.nix @@ -1,4 +1,4 @@ -{ config, pkgs, ... }: +{ config, ... }: { i18n = { diff --git a/common/nix.nix b/common/nix.nix index d7ff49e..3bbdcb6 100644 --- a/common/nix.nix +++ b/common/nix.nix @@ -1,4 +1,4 @@ -{ config, pkgs, ... }: +{ config, ... }: { nix = {