x220: Add host
Probably broken right now.
This commit is contained in:
parent
29155bd10f
commit
a5a2c3396d
4 changed files with 138 additions and 0 deletions
17
hosts/x220/packages.nix
Normal file
17
hosts/x220/packages.nix
Normal file
|
@ -0,0 +1,17 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
imports = let
|
||||
modules = ../../modules/nixos;
|
||||
in [
|
||||
"${modules}/core"
|
||||
"${modules}/hardware/audio"
|
||||
"${modules}/hardware/cpu/intel"
|
||||
"${modules}/multimedia"
|
||||
"${modules}/desktop/gnome"
|
||||
"${modules}/communication"
|
||||
"${modules}/development"
|
||||
"${modules}/edv"
|
||||
];
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue