From 2a79b770054d1cd4699cdaaae8eab83a8ca92006 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Tue, 29 Aug 2023 12:15:22 +0530 Subject: repo: update the project structure --- configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configuration.nix') diff --git a/configuration.nix b/configuration.nix index 68a6159..9c4febb 100644 --- a/configuration.nix +++ b/configuration.nix @@ -1,4 +1,4 @@ -{ config, pkgs, options, ... }: +{ pkgs, options, ... }: let user = "sinan"; @@ -6,7 +6,7 @@ in { imports = [ ./hardware-configuration.nix # hw scan - ./hardware/cez.nix + ./hosts/cez.nix ]; # boot -- cgit v1.2.3