nix-config/hosts/Lillie/default.nix
2025-01-04 00:36:34 +01:00

23 lines
281 B
Nix

{ ... }:
{
imports = [
./hardware-configuration.nix
./disko.nix
./jovian.nix
../../modules/default
];
desktop = {
enable = true;
autostart.enable = false;
emulation.enable = true;
hyprland = {
hardware.Lillie = true;
};
};
}