x220: Add host

Probably broken right now.
This commit is contained in:
caem 2025-04-08 21:30:40 +02:00
parent 29155bd10f
commit a5a2c3396d
Signed by: caem
GPG key ID: 69A830D03203405F
4 changed files with 138 additions and 0 deletions

17
hosts/x220/packages.nix Normal file
View 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"
];
}