Compare commits
2 Commits
4c18533851
...
69fad50aa0
| Author | SHA1 | Date | |
|---|---|---|---|
| 69fad50aa0 | |||
| ccefb8e0e7 |
+5
-5
@@ -113,13 +113,13 @@ The Nix flake definition for Droidnix.
|
|||||||
specialArgs = { inherit inputs; };
|
specialArgs = { inherit inputs; };
|
||||||
|
|
||||||
modules = [
|
modules = [
|
||||||
#./generated/hosts/traveldroid/traveldroid.nix
|
./generated/hosts/traveldroid/traveldroid.nix
|
||||||
#./generated/hosts/traveldroid/boot.nix
|
./generated/hosts/traveldroid/boot.nix
|
||||||
#./generated/hosts/traveldroid/hardware-configuration.nix
|
./generated/hosts/traveldroid/hardware-configuration.nix
|
||||||
|
|
||||||
# External modules
|
# External modules
|
||||||
#inputs.stylix.nixosModules.default
|
inputs.stylix.nixosModules.default
|
||||||
#inputs.home-manager.nixosModules.home-manager
|
inputs.home-manager.nixosModules.home-manager
|
||||||
]
|
]
|
||||||
#++ builtins.attrValues (inputs.import-tree ./generated/modulesREMOVE)
|
#++ builtins.attrValues (inputs.import-tree ./generated/modulesREMOVE)
|
||||||
;
|
;
|
||||||
|
|||||||
+5
-5
@@ -41,13 +41,13 @@
|
|||||||
specialArgs = { inherit inputs; };
|
specialArgs = { inherit inputs; };
|
||||||
|
|
||||||
modules = [
|
modules = [
|
||||||
#./generated/hosts/traveldroid/traveldroid.nix
|
./generated/hosts/traveldroid/traveldroid.nix
|
||||||
#./generated/hosts/traveldroid/boot.nix
|
./generated/hosts/traveldroid/boot.nix
|
||||||
#./generated/hosts/traveldroid/hardware-configuration.nix
|
./generated/hosts/traveldroid/hardware-configuration.nix
|
||||||
|
|
||||||
# External modules
|
# External modules
|
||||||
#inputs.stylix.nixosModules.default
|
inputs.stylix.nixosModules.default
|
||||||
#inputs.home-manager.nixosModules.home-manager
|
inputs.home-manager.nixosModules.home-manager
|
||||||
]
|
]
|
||||||
#++ builtins.attrValues (inputs.import-tree ./generated/modulesREMOVE)
|
#++ builtins.attrValues (inputs.import-tree ./generated/modulesREMOVE)
|
||||||
;
|
;
|
||||||
|
|||||||
Reference in New Issue
Block a user