dotfiles/defaults/user-configuration/fhauser/work/default.nix

6 lines
136 B
Nix

{ config, pkgs, lib, ... }:
{
# Note: Some of these files might not be provided by this repository.
imports = [ ./openvpn.nix ];
}