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

12 lines
246 B
Nix

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