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

This commit is contained in:
2026-03-18 15:09:49 +00:00
parent 5814ed012f
commit 1b85ca35f1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -22,7 +22,7 @@
};
};
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