Changed NixOS flake.nix to reflect new directory structure
This commit is contained in:
parent
91e0afc380
commit
2dd6a7f99c
1 changed files with 2 additions and 2 deletions
|
|
@ -10,7 +10,7 @@
|
|||
mecca = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = {inherit inputs;}; modules = [
|
||||
./laptop/mecca/configuration.nix
|
||||
./mecca/configuration.nix
|
||||
inputs.stylix.nixosModules.stylix
|
||||
];
|
||||
};
|
||||
|
|
@ -18,7 +18,7 @@
|
|||
system = "x86_64-linux";
|
||||
specialArgs = {inherit inputs;};
|
||||
modules = [
|
||||
./laptop/syntheticnexus/configuration.nix
|
||||
./syntheticnexus/configuration.nix
|
||||
inputs.stylix.nixosModules.stylix
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue