Files
nixos/modules/environments/default.nix
T
2024-01-20 10:18:08 +01:00

13 lines
137 B
Nix

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