nix-configs/modules/default.nix

10 lines
115 B
Nix

{ ... }:
{
imports = [
./shell
./desktop
./terminal.nix
./flatpak.nix
./firewall.nix
];
}