infrastructure/config/profiles/kat/home/xdg.nix
2021-03-14 04:04:27 +00:00

7 lines
103 B
Nix

{ config, lib, ... }:
{
config = lib.mkIf config.deploy.profile.kat {
xdg.enable = true;
};
}