13 lines
231 B
Nix
13 lines
231 B
Nix
{ config, pkgs, ... }:
|
|
|
|
{
|
|
imports =
|
|
[
|
|
<nixos-hardware/dell/xps/13-9310>
|
|
/etc/nixos/hardware-configuration.nix
|
|
../../workstation
|
|
#../../home
|
|
../../wm/sway
|
|
];
|
|
networking.hostName = "loki";
|
|
}
|