dotfiles/hosts/_common/xdg.nix
2023-10-25 22:38:00 -04:00

7 lines
58 B
Nix

{ pkgs, config, ... }:
{
xdg.configFile = {
};
}