nixos-config/modules/nixos/default.nix
2025-07-25 10:55:20 -04:00

10 lines
No EOL
102 B
Nix
Executable file

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