From 6a9473f712a68fbb9ae62ca490586fd28b18b52a Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Sat, 29 Mar 2025 22:27:48 +0100 Subject: [PATCH] fix path --- hosts/zelden/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/zelden/configuration.nix b/hosts/zelden/configuration.nix index 2e4e0a2..9582148 100644 --- a/hosts/zelden/configuration.nix +++ b/hosts/zelden/configuration.nix @@ -38,7 +38,7 @@ }; users = { "noa" = ( - import ./common/home { + import ../../common/home { enableGraphical = true; enableFlut = false; enableGames = false;