From f991de5b64445787f4abeb53d00d0c816c0de68c Mon Sep 17 00:00:00 2001 From: notohh Date: Sat, 10 Jun 2023 05:04:15 -0400 Subject: [PATCH] kariru: formatting --- hosts/kariru/default.nix | 6 +----- hosts/kariru/home.nix | 6 +----- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/hosts/kariru/default.nix b/hosts/kariru/default.nix index bcb5241..b91e350 100644 --- a/hosts/kariru/default.nix +++ b/hosts/kariru/default.nix @@ -1,8 +1,4 @@ -{ - config, - pkgs, - ... -}: { +{...}: { imports = [ ./hardware-configuration.nix ./services diff --git a/hosts/kariru/home.nix b/hosts/kariru/home.nix index c8a9536..c7eafac 100644 --- a/hosts/kariru/home.nix +++ b/hosts/kariru/home.nix @@ -1,8 +1,4 @@ -{ - config, - pkgs, - ... -}: { +{...}: { imports = [ ../../home ];