nix-config/devices/ellaca/options.nix
2024-08-02 23:49:06 +02:00

11 lines
221 B
Nix

{ ... }: {
conf = {
apps.enable = true;
niri.enable = true;
containers.enable = true;
hwmonPath = "/sys/class/hwmon/hwmon1/temp1_input";
stateVersion = "24.05";
hmStateVersion = "24.11";
};
}