From cddb786adff94fd3a9bba2469288d48976aacc9f Mon Sep 17 00:00:00 2001 From: Louis Gallet Date: Sat, 30 Aug 2025 12:16:02 +0200 Subject: [PATCH] fix: add home-manager declaration --- hosts/MBP-Louis.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/MBP-Louis.nix b/hosts/MBP-Louis.nix index fa08fbb..78ca0bf 100644 --- a/hosts/MBP-Louis.nix +++ b/hosts/MBP-Louis.nix @@ -1,4 +1,4 @@ -{ pkgs, ... }: { +home-manager.users.louisgallet = { pkgs, ... }: { # HomeBrew configuration homebrew = { enable = true;