initial tunyon config
This commit is contained in:
parent
e774e9b9cd
commit
7bb5c421f6
7 changed files with 187 additions and 5 deletions
16
devices/tunyon/options.nix
Normal file
16
devices/tunyon/options.nix
Normal file
|
@ -0,0 +1,16 @@
|
|||
{ ... }: {
|
||||
user = true;
|
||||
|
||||
withNiri = true;
|
||||
withGnome = false;
|
||||
|
||||
withVM = false;
|
||||
withContainers = false;
|
||||
|
||||
withGames = true;
|
||||
|
||||
hwmonPath = "/sys/class/hwmon/hwmon1/temp1_input";
|
||||
|
||||
stateVersion = "24.05";
|
||||
hmStateVersion = "24.11";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue