Begin rewrite
This commit is contained in:
parent
fb5d4d46f8
commit
bc6d1e6984
97 changed files with 328 additions and 3101 deletions
11
hosts/puter/packages.nix
Normal file
11
hosts/puter/packages.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
imports = let
|
||||
modules = ../../modules/nixos;
|
||||
in [
|
||||
"${modules}/hardware/nvidia"
|
||||
"${modules}/hardware/audio"
|
||||
];
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue