nix-config/hosts/Lillie/default.nix
2024-12-27 15:08:02 +01:00

22 lines
252 B
Nix

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