13 lines
197 B
Nix
13 lines
197 B
Nix
{ config, pkgs, ... }:
|
|
|
|
{
|
|
imports =
|
|
[
|
|
./hardware-configuration.nix
|
|
../disko/sda.nix
|
|
../workstation
|
|
../wm
|
|
../themes.nix
|
|
];
|
|
networking.hostName = "smaug";
|
|
}
|