nix-configs/modules/default.nix
2022-09-01 21:23:12 +02:00

8 lines
87 B
Nix

{ ... }:
{
imports = [
./desktop.nix
./terminal.nix
./neovim.nix
];
}