From 93f438a5d1a1529023d6d83da92580eaad99adcf Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Sun, 21 Jul 2024 13:19:45 -0700 Subject: [PATCH] cleanup: removing unused module inputs --- hosts/caveserver/home.nix | 2 +- hosts/msiserver/home.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/caveserver/home.nix b/hosts/caveserver/home.nix index 1690f56..6b5309e 100644 --- a/hosts/caveserver/home.nix +++ b/hosts/caveserver/home.nix @@ -1,4 +1,4 @@ -{ pkgs, inputs, config, ... }: +{ pkgs, inputs, ... }: { imports = [ diff --git a/hosts/msiserver/home.nix b/hosts/msiserver/home.nix index 2956644..2c7d5f9 100644 --- a/hosts/msiserver/home.nix +++ b/hosts/msiserver/home.nix @@ -1,4 +1,4 @@ -{ pkgs, inputs, config, ... }: +{ pkgs, inputs, ... }: { imports = [