11 lines
126 B
Nix
11 lines
126 B
Nix
|
|
{ config, lib, pkgs, ... }:
|
||
|
|
{
|
||
|
|
imports = [
|
||
|
|
./cli.nix
|
||
|
|
./xmonad.nix
|
||
|
|
./gui.nix
|
||
|
|
./dev.nix
|
||
|
|
./email.nix
|
||
|
|
];
|
||
|
|
}
|