nicks-nix-config/modules/xdg.nix

13 lines
132 B
Nix

{ pkgs, ... }:
{
xdg = {
userDirs = {
enable = true;
templates = null;
publicShare = null;
};
};
}