Files
nixos/modules/environments/default.nix
T
2023-11-01 11:06:16 +01:00

13 lines
137 B
Nix

{ ... }:
{
imports = [
./apps
./hyprland
./zsh
./prowlarr
./radarr
./docker
./readarr
./jellyfin
];
}