nix-config/hosts/Lenni/default.nix
2024-12-29 17:43:23 +01:00

29 lines
499 B
Nix

{ ... }:
{
imports = [
./auto-cpufreq.nix
./backlight.nix
./hardware-configuration.nix
#./disko.nix
../../modules/default
];
desktop = {
enable = true;
windowManager = "niri-session";
hyprland.enable = false;
};
common.syncthing = {
enable = true;
devices = {
Anton = { id = "WCDBADD-UPKCACI-X2YJOIO-5QC44PL-DBCR6TS-ADVQV33-HSMF32O-FOKMKAU"; };
};
};
hardware.bluetooth.enable = true;
services.hardware.bolt.enable = true;
}