Add multihardware support
This commit is contained in:
parent
0cc3e1fc29
commit
d1e5130d3f
6 changed files with 30 additions and 11 deletions
10
desktop.nix
Normal file
10
desktop.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
networking.hostName = "onizuka";
|
||||
imports = [
|
||||
./hardware/desktop.nix
|
||||
|
||||
# ./modules/graphics/nvidia
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue