From 5814ed012f153f23dec692d151021f267d554583 Mon Sep 17 00:00:00 2001 From: "info@data-pro.nu" Date: Wed, 18 Mar 2026 15:09:06 +0000 Subject: [PATCH] New structure since I kept struggling with the home-manager implemnentation --- Droidnix/flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Droidnix/flake.nix b/Droidnix/flake.nix index a739ce041..58fb1daea 100644 --- a/Droidnix/flake.nix +++ b/Droidnix/flake.nix @@ -6,6 +6,8 @@ url = "github:nix-community/home-manager"; inputs.nixpkgs.follows = "nixpkgs"; }; + flake-parts.url = "github:hercules-ci/flake-parts"; + import-tree.url = "github:vic/import-tree"; stylix = { url = "github:nix-community/stylix"; inputs.nixpkgs.follows = "nixpkgs";