This commit is contained in:
Till 2023-05-15 00:20:08 +02:00
parent 3c3998d270
commit 02545a51e9
4 changed files with 25 additions and 7 deletions

View file

@ -12,11 +12,14 @@
nixosConfigurations = {
romulus = nixpkgs.lib.nixosSystem {
specialArgs = { inherit inputs; };
modules = [
{
programs.sway.enable = true;
networking.hostName = "romulus";
}
modules = [
{
environment.systemPackages = [
nixpkgs.wl-clipboard
];
programs.sway.enable = true;
networking.hostName = "romulus";
}
./system
./system/hardware-romulus.nix
];