12 lines
220 B
Nix
12 lines
220 B
Nix
{ config, pkgs, ... }:
|
|
|
|
{
|
|
imports =
|
|
[
|
|
<nixos-hardware/lenovo/thinkpad/x260>
|
|
/etc/nixos/hardware-configuration.nix
|
|
../../workstation
|
|
../../wm/sway
|
|
];
|
|
networking.hostName = "smaug";
|
|
}
|