feat: add formatter
This commit is contained in:
parent
d036cf224a
commit
cf005ff872
269 changed files with 369 additions and 226 deletions
1
system/dev/dn-pre7780/expr/default.nix
Normal file → Executable file
1
system/dev/dn-pre7780/expr/default.nix
Normal file → Executable file
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
imports = [
|
||||
# ./osx-kvm.nix
|
||||
./noise-cancel.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
4
system/dev/dn-pre7780/expr/noise-cancel.nix
Executable file
4
system/dev/dn-pre7780/expr/noise-cancel.nix
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
{ ... }:
|
||||
{
|
||||
programs.noisetorch.enable = true;
|
||||
}
|
||||
0
system/dev/dn-pre7780/expr/osx-kvm.nix
Normal file → Executable file
0
system/dev/dn-pre7780/expr/osx-kvm.nix
Normal file → Executable file
0
system/dev/dn-pre7780/expr/vm-settings.nix
Normal file → Executable file
0
system/dev/dn-pre7780/expr/vm-settings.nix
Normal file → Executable file
0
system/dev/dn-pre7780/expr/vm.nix
Normal file → Executable file
0
system/dev/dn-pre7780/expr/vm.nix
Normal file → Executable file
Loading…
Add table
Add a link
Reference in a new issue