nixos-configs/common/users/default.nix

8 lines
85 B
Nix

{ config, pkgs, lib, ... }:
with lib;
{
imports = [ ./cadey.nix ./other.nix ];
}