dotfiles/hosts/_common/xdg.nix

7 lines
58 B
Nix

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