nixos-config/modules/nixos/default.nix
2025-08-03 21:01:24 -04:00

12 lines
No EOL
137 B
Nix
Executable file

{ config, ... }:
{
imports = [
./bash.nix
./gaming.nix
./kde.nix
# ./niri.nix
./ssh.nix
./tailscale.nix
];
}