New structure since I kept struggling with the home-manager implemnentation
This commit is contained in:
+1
-1
@@ -94,7 +94,7 @@ The Nix flake definition for Droidnix.
|
||||
};
|
||||
};
|
||||
|
||||
outputs = inputs@{self, nixpkgs,home-manager, emacs-overlay, zen-browser, hyprland, stylix, import-tree,...}:
|
||||
outputs = inputs@{flake-parts, 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
|
||||
|
||||
Reference in New Issue
Block a user