mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-23 05:09:32 -08:00
14 lines
132 B
Nix
14 lines
132 B
Nix
|
|
||
|
{ pkgs, ... }:
|
||
|
|
||
|
{
|
||
|
xdg = {
|
||
|
userDirs = {
|
||
|
enable = true;
|
||
|
templates = null;
|
||
|
publicShare = null;
|
||
|
};
|
||
|
};
|
||
|
}
|
||
|
|