From 3a2b8f079c8612e05ba067ac122fc88964926f61 Mon Sep 17 00:00:00 2001 From: uttarayan21 Date: Sun, 4 May 2025 02:05:54 +0530 Subject: [PATCH] feat: Update linux device location Signed-off-by: uttarayan21 --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 7dd98f33..7e16dba8 100644 --- a/flake.nix +++ b/flake.nix @@ -276,7 +276,7 @@ homeConfigurations = let devices = linux_devices; in - (import ./linux/device.nix { + (import ./home/linux/device.nix { inherit devices inputs nixpkgs home-manager overlays; }) // {