added twilight system

This commit is contained in:
Leyla Becker 2024-07-28 21:19:44 -05:00
parent f02f5046aa
commit e28365b30e
3 changed files with 13 additions and 2 deletions

View file

@ -31,6 +31,13 @@
nixos-hardware.nixosModules.framework-11th-gen-intel nixos-hardware.nixosModules.framework-11th-gen-intel
]; ];
}; };
twilight = nixpkgs.lib.nixosSystem {
specialArgs = {inherit inputs;};
modules = [
./hosts/twilight/configuration.nix
inputs.home-manager.nixosModules.default
];
};
}; };
}; };
} }

View file

@ -1,5 +1,5 @@
# leyla desktop # leyla desktop
{}: { config, pkgs, inputs, modulesPath, ... }:
{ {
} }

View file

@ -0,0 +1,4 @@
{
}