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
{
nixosConfigurations = {
nixdesktop = nixpkgs.lib.nixosSystem {
specialArgs = { inherit system; };
nixosConfigurations.nixdesktop = nixpkgs.lib.nixosSystem {
specialArgs = { inherit system; };
modules = [
./desktop-config.nix
];
};
nixsurface = nixpkgs.lib.nixosSystem {
modules = [
./desktop-config.nix
];
};
nixConfigurations.nixsurface = nixpkgs.lib.nixosSystem {
specialArgs = { inherit system; };
modules = [