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

32 lines
572 B
Nix

{ ... }:
{
imports = [
./auto-cpufreq.nix
./backlight.nix
./hardware-configuration.nix
#./disko.nix
../../modules/default
];
desktop = {
enable = true;
dev.enable = true;
laser.enable = true;
windowManager = "niri-session";
wm.niri.enable = true;
hyprland.enable = false;
};
common.syncthing = {
enable = true;
devices = {
Anton = { id = "SIMFE5V-UHVQLHM-3ES7TAM-XIGP6TL-WCC37VY-B5ET6LJ-LPC2QIL-MYG4OQR"; };
};
};
hardware.bluetooth.enable = true;
services.hardware.bolt.enable = true;
}