mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 20:59:32 -08:00
Set xdg folder locations
This commit is contained in:
parent
d3e7b6b506
commit
16cf318a5d
1 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
|
||||
{ pkgs, ... }:
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
xdg = {
|
||||
|
@ -7,6 +7,11 @@
|
|||
enable = true;
|
||||
templates = null;
|
||||
publicShare = null;
|
||||
|
||||
desktop = "${config.home.homeDirectory}/Desktop";
|
||||
documents = "${config.home.homeDirectory}/Documents";
|
||||
download = "${config.home.homeDirectory}/Downloads";
|
||||
music = "${config.home.homeDirectory}/Music";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue