nixos-config/common.nix

11 lines
97 B
Nix
Raw Normal View History

2015-05-21 14:13:47 +00:00
{ config, pkgs, ... }:
{
imports =
[
2017-07-23 14:09:52 +00:00
./common-headless.nix
2015-05-27 16:52:02 +00:00
./i3.nix
2015-05-21 14:13:47 +00:00
];
}