Files
nixos/hosts/darp8/services.nix
T

8 lines
94 B
Nix

{ pkgs, ... }:
{
imports = [
../graphical/services.nix # import shared services
];
}