nixos-configs/configs/home/ubuntu-full.nix

11 lines
126 B
Nix
Raw Normal View History

2020-10-11 20:33:37 +02:00
{ config, lib, pkgs, ... }:
{
imports = [
./cli.nix
./xmonad.nix
./gui.nix
./dev.nix
./email.nix
];
}