Files
Nixos/modules/default.nix
T
Alexander 3bfc77d064 Add steam
2026-03-25 15:12:46 +01:00

20 lines
262 B
Nix

{ config, lib, pkgs, ... }:
{
imports = [
./reverse-proxy
./virtualisation
./social
./file-server
./samba
./searxng
./auth
./development
./window-manager
./display-manager
./gitlab
./jenkins
./gaming
];
}