From 72b54870ca7aa9c52004269f566cd58b326762d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20K=C3=A4nner?= Date: Fri, 1 Mar 2024 16:48:27 +0100 Subject: [PATCH] 17 current 1970-01-01 01:00:00 23.11.20240229.068d4db 6.1.79 * --- configuration.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/configuration.nix b/configuration.nix index 35fbf5c..c1d1330 100644 --- a/configuration.nix +++ b/configuration.nix @@ -98,6 +98,13 @@ ]; }; + home-manager = { + extraSpecialArgs = {inherit inputs;}; + users = { + "max" = import ./home.nix; + }; + }; + # Allow unfree packages nixpkgs.config.allowUnfree = true;