New structure since I kept struggling with the home-manager implemnentation
This commit is contained in:
+2
-2
@@ -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.lib.mkFlake { inherit inputs; }
|
||||||
{
|
{
|
||||||
# flake-parts requires you to define systems
|
# flake-parts requires you to define systems
|
||||||
@@ -123,7 +123,7 @@ in
|
|||||||
./locale.nix
|
./locale.nix
|
||||||
./networking.nix
|
./networking.nix
|
||||||
./services.nix
|
./services.nix
|
||||||
./generated/modules/system/users/user.nix
|
./users/user.nix
|
||||||
./homebase.nix
|
./homebase.nix
|
||||||
./nix.nix
|
./nix.nix
|
||||||
./boot.nix
|
./boot.nix
|
||||||
|
|||||||
+1
-1
@@ -20,7 +20,7 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
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.lib.mkFlake { inherit inputs; }
|
||||||
{
|
{
|
||||||
# flake-parts requires you to define systems
|
# flake-parts requires you to define systems
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ in
|
|||||||
./locale.nix
|
./locale.nix
|
||||||
./networking.nix
|
./networking.nix
|
||||||
./services.nix
|
./services.nix
|
||||||
./generated/modules/system/users/user.nix
|
./users/user.nix
|
||||||
./homebase.nix
|
./homebase.nix
|
||||||
./nix.nix
|
./nix.nix
|
||||||
./boot.nix
|
./boot.nix
|
||||||
|
|||||||
Reference in New Issue
Block a user