set up nixos on yukari
This commit is contained in:
parent
e2b9168d8f
commit
9373febdb6
9 changed files with 191 additions and 2 deletions
5
nixos/common/default.nix
Normal file
5
nixos/common/default.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{ ... }: {
|
||||
imports = [
|
||||
./audio.nix
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue