nixos-config/modules/default.nix

11 lines
111 B
Nix
Raw Normal View History

2020-08-06 15:35:49 +00:00
{ config, options, lib, pkgs, ... }:
{
imports = [
./desktop
./dev
./editors
./shell
];
}