From 3716e651b5307ccfbf8e2455d70a7791fe47dc9f Mon Sep 17 00:00:00 2001 From: cy Date: Sat, 28 Dec 2024 23:23:45 -0500 Subject: [PATCH] nix fmt --- hosts/titan/default.nix | 8 +++++++- hosts/titan/hardware-configuration.nix | 8 +++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/hosts/titan/default.nix b/hosts/titan/default.nix index 209a9b2..bccde49 100644 --- a/hosts/titan/default.nix +++ b/hosts/titan/default.nix @@ -1,4 +1,10 @@ -{ modulesPath, config, lib, pkgs, ...}: +{ + modulesPath, + config, + lib, + pkgs, + ... +}: { imports = [ (modulesPath + "/installer/scan/not-detected.nix") diff --git a/hosts/titan/hardware-configuration.nix b/hosts/titan/hardware-configuration.nix index f67c735..377e0fb 100644 --- a/hosts/titan/hardware-configuration.nix +++ b/hosts/titan/hardware-configuration.nix @@ -1,7 +1,13 @@ # Do not modify this file! It was generated by ‘nixos-generate-config’ # and may be overwritten by future invocations. Please make changes # to /etc/nixos/configuration.nix instead. -{ config, lib, pkgs, modulesPath, ... }: +{ + config, + lib, + pkgs, + modulesPath, + ... +}: { imports = [ ];