From 26df49fc3d8d1d23e1b2d1fc7bef0db86124372a Mon Sep 17 00:00:00 2001 From: foglar Date: Sat, 14 Dec 2024 14:19:47 +0100 Subject: [PATCH] imports into home manager fix --- leanix/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/leanix/configuration.nix b/leanix/configuration.nix index b84a670..7df67fc 100644 --- a/leanix/configuration.nix +++ b/leanix/configuration.nix @@ -15,7 +15,7 @@ nix.settings.experimental-features = ["nix-command" "flakes"]; home-manager = { - extraSpecialArgs = {inherit inputs pkgs pkgs-stable;}; + extraSpecialArgs = {inherit inputs pkgs pkgs-stable username;}; backupFileExtension = "backup"; users = { ${username} = import ./home.nix;