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}";