nix-config/hosts/Lillie/default.nix
2025-01-04 18:40:02 +01:00

24 lines
313 B
Nix

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