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

This commit is contained in:
2026-03-18 15:08:57 +00:00
parent 972be2c6ae
commit 792545f7fa
+2
View File
@@ -78,6 +78,8 @@ The Nix flake definition for Droidnix.
url = "github:nix-community/home-manager"; url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
flake-parts.url = "github:hercules-ci/flake-parts";
import-tree.url = "github:vic/import-tree";
stylix = { stylix = {
url = "github:nix-community/stylix"; url = "github:nix-community/stylix";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";