11 lines
97 B
Nix
11 lines
97 B
Nix
{ config, pkgs, ... }:
|
|
|
|
{
|
|
imports =
|
|
[
|
|
./common-headless.nix
|
|
./i3.nix
|
|
];
|
|
|
|
}
|