mirror of
https://github.com/kp2pml30/dotfiles.git
synced 2026-02-16 23:34:42 +04:00
5 lines
65 B
Nix
5 lines
65 B
Nix
{ config, pkgs, ... }:
|
|
let
|
|
cfg = config.kp2pml30.server;
|
|
in {
|
|
}
|