dotfiles.nix/profiles/server.nix

8 lines
72 B
Nix

{ config, pkgs, ... }:
{
imports = [ ./common.nix ./local.nix ];
}