From 615ed922e6d360e38734ee2119fb764d67d93902 Mon Sep 17 00:00:00 2001 From: "info@data-pro.nu" Date: Thu, 12 Mar 2026 15:58:28 +0100 Subject: [PATCH] working on machines --- Droidnix/flake.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Droidnix/flake.nix b/Droidnix/flake.nix index ea6996871..7bcf3d334 100644 --- a/Droidnix/flake.nix +++ b/Droidnix/flake.nix @@ -65,11 +65,12 @@ # Catppuccin theme module inputs.catppuccin.nixosModules.catppuccin - # Generated configuration + # Anchoring al the other nixes ./generated/top.nix # Enable Home Manager for the user - { + ({ config, pkgs, ... }: + { home-manager.users.${user.username} = { enable = true; homeDirectory = "/home/${user.username}";