From d842d2a23094b90928063a5428682f1e6ac19396 Mon Sep 17 00:00:00 2001 From: alisceon Date: Wed, 23 Jul 2025 19:56:00 +0200 Subject: [PATCH] fix electra --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 749597d..fe19fca 100644 --- a/flake.nix +++ b/flake.nix @@ -30,7 +30,7 @@ { nixpkgs.config.allowUnfree = true; } - ./hosts/tower/configuration.nix + ./hosts/electra/configuration.nix home-manager.nixosModules.home-manager ({ config, ...}: { home-manager.useGlobalPkgs = true;