nixos-config/common.nix

11 lines
97 B
Nix

{ config, pkgs, ... }:
{
imports =
[
./common-headless.nix
./i3.nix
];
}