From adcaabc7ee3549757b722b47c960b07e64b52680 Mon Sep 17 00:00:00 2001 From: Himadri Bhattacharjee <107522312+lavafroth@users.noreply.github.com> Date: Fri, 7 Jun 2024 09:10:58 +0530 Subject: [PATCH] dont need hud for now --- hosts/default/home.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hosts/default/home.nix b/hosts/default/home.nix index 6f1c8b8..ca6e416 100644 --- a/hosts/default/home.nix +++ b/hosts/default/home.nix @@ -1,7 +1,6 @@ -{ inputs, config, pkgs, ... }: +{ config, pkgs, ... }: { - imports = [ ./aws.nix ./benchmarking.nix