nix-config/hosts/Lillie/default.nix
2025-01-09 21:02:04 +01:00

25 lines
340 B
Nix

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