dotfiles/hosts/_common/xdg.nix

7 lines
58 B
Nix
Raw Normal View History

2023-01-02 20:15:50 +00:00
{ pkgs, config, ... }:
2023-01-02 16:56:47 +00:00
{
xdg.configFile = {
};
}