From ad5f9aa991c7a35e3ce9bd315de81cdda6021657 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Thu, 11 May 2023 19:30:59 -0400 Subject: [PATCH] Remove hosts directory for now A hosts directory may be useful later. --- configuration.nix | 2 +- hosts/laptop.nix => laptop.nix | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename hosts/laptop.nix => laptop.nix (100%) diff --git a/configuration.nix b/configuration.nix index ca960918..e41eb1ed 100644 --- a/configuration.nix +++ b/configuration.nix @@ -1,7 +1,7 @@ { config, pkgs, lib, stylix, ... }: { - imports = [ ./hosts/laptop.nix ]; + imports = [ ./laptop.nix ]; boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; diff --git a/hosts/laptop.nix b/laptop.nix similarity index 100% rename from hosts/laptop.nix rename to laptop.nix