dotfiles/modules/nixos/services/default.nix
Christopher Mühl 54e67cf2de
Install copyparty
Move some services and configurations around
2025-09-18 13:34:10 +02:00

6 lines
65 B
Nix

{...}: {
imports = [
./lnxlink.nix
./beszel.nix
];
}