From 7828941e12e61d6243858c46f72acf4310a19009 Mon Sep 17 00:00:00 2001
From: Wroclaw <wroclaw223@outlook.com>
Date: Sun, 9 Feb 2025 09:32:01 +0100
Subject: [PATCH] nixos/core: remove comment and format module args

---
 nix-os/core.nix | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/nix-os/core.nix b/nix-os/core.nix
index 09c5d4a..39ae485 100644
--- a/nix-os/core.nix
+++ b/nix-os/core.nix
@@ -1,8 +1,9 @@
-# Edit this configuration file to define what should be installed on
-# your system.  Help is available in the configuration.nix(5) man page
-# and in the NixOS manual (accessible by running 'nixos-help').
-
-{ inputs, lib, pkgs, ... }:
+{
+  inputs,
+  lib,
+  pkgs,
+  ...
+}:
 
 {
   imports = [