nix-configs/modules/default.nix
2023-02-13 12:54:21 +01:00

10 lines
115 B
Nix

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