1
0
Fork 0
mirror of https://git.sr.ht/~neverness/ultima synced 2025-01-09 17:13:52 +00:00
ultima/modules/nixos/programs/default.nix

12 lines
119 B
Nix
Raw Normal View History

{
imports = [
./common
./hamachi
./hyprland
./steam
./sway
./torrserver
./winapps
2024-11-21 09:24:15 +00:00
];
}