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

29 lines
466 B
Nix

{ ... }:
{
imports = [
./hardware-configuration.nix
./disko.nix
../../modules/default
];
desktop = {
enable = true;
emulation.enable = true;
hyprlock.enable = false;
hypridle.enable = false;
hyprland = {
hardware.Puenktchen.enable = true;
};
};
common.syncthing = {
enable = true;
devices = {
Anton = { id = "SIMFE5V-UHVQLHM-3ES7TAM-XIGP6TL-WCC37VY-B5ET6LJ-LPC2QIL-MYG4OQR"; };
};
};
}