feat: introduce treefmt and fmt all
This commit is contained in:
parent
80250b0179
commit
27c6c4f9fa
237 changed files with 5440 additions and 5214 deletions
|
@ -1,5 +1,4 @@
|
|||
{lib, ...}: let
|
||||
in {
|
||||
_: {
|
||||
# TASK: new device
|
||||
hardware.opinionatedDisk = {
|
||||
enable = true;
|
||||
|
@ -66,16 +65,56 @@ in {
|
|||
enable = false;
|
||||
levels = [
|
||||
# ["level auto" 0 60]
|
||||
[0 0 60]
|
||||
[1 60 65]
|
||||
[1 65 75]
|
||||
[2 75 78]
|
||||
[3 78 80]
|
||||
[4 80 82]
|
||||
[5 82 84]
|
||||
[6 84 86]
|
||||
[7 86 88]
|
||||
["level full-speed" 88 999]
|
||||
[
|
||||
0
|
||||
0
|
||||
60
|
||||
]
|
||||
[
|
||||
1
|
||||
60
|
||||
65
|
||||
]
|
||||
[
|
||||
1
|
||||
65
|
||||
75
|
||||
]
|
||||
[
|
||||
2
|
||||
75
|
||||
78
|
||||
]
|
||||
[
|
||||
3
|
||||
78
|
||||
80
|
||||
]
|
||||
[
|
||||
4
|
||||
80
|
||||
82
|
||||
]
|
||||
[
|
||||
5
|
||||
82
|
||||
84
|
||||
]
|
||||
[
|
||||
6
|
||||
84
|
||||
86
|
||||
]
|
||||
[
|
||||
7
|
||||
86
|
||||
88
|
||||
]
|
||||
[
|
||||
"level full-speed"
|
||||
88
|
||||
999
|
||||
]
|
||||
];
|
||||
|
||||
extraArgs = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue