New structure since I kept struggling with the home-manager implemnentation

This commit is contained in:
2026-03-18 15:07:58 +00:00
parent 084cd4c0f1
commit 972be2c6ae
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -92,7 +92,7 @@ The Nix flake definition for Droidnix.
};
};
outputs = inputs@{self, nixpkgs,home-manager, emacs-overlay, zen-browser, hyprland, stylix, import-tree,...};
outputs = inputs@{self, nixpkgs,home-manager, emacs-overlay, zen-browser, hyprland, stylix, import-tree,...}:
flake-parts.lib.mkFlake { inherit inputs; }
{
# flake-parts requires you to define systems
@@ -123,7 +123,7 @@ in
./locale.nix
./networking.nix
./services.nix
./generated/modules/system/users/user.nix
./users/user.nix
./homebase.nix
./nix.nix
./boot.nix