bit of restructuring

This commit is contained in:
twoneis 2023-11-02 05:23:03 +01:00
parent 85b74cf534
commit 484294455c

View file

@ -17,15 +17,14 @@
}; };
in in
{ {
nixosConfigurations = { nixosConfigurations.nixdesktop = nixpkgs.lib.nixosSystem {
nixdesktop = nixpkgs.lib.nixosSystem {
specialArgs = { inherit system; }; specialArgs = { inherit system; };
modules = [ modules = [
./desktop-config.nix ./desktop-config.nix
]; ];
}; };
nixsurface = nixpkgs.lib.nixosSystem { nixConfigurations.nixsurface = nixpkgs.lib.nixosSystem {
specialArgs = { inherit system; }; specialArgs = { inherit system; };
modules = [ modules = [