nix-configs/modules/default.nix

10 lines
119 B
Nix

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