From cad9638875c04122b04d47242ddfc76e21e77029 Mon Sep 17 00:00:00 2001 From: Rosa Date: Wed, 18 Mar 2026 12:04:07 -0400 Subject: progress on sway configuration --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 703c26a..a9b3030 100644 --- a/flake.nix +++ b/flake.nix @@ -32,10 +32,10 @@ }: nixpkgs.lib.nixosSystem { modules = [ - ./common/core.nix ./hosts/${hostName} ./hosts/${hostName}/hardware-configuration.nix ./modules # include custom system modules + ./modules/core.nix # always include core settings { networking.hostName = hostName; } ] ++ additionalModules; -- cgit v1.3.1