~ruther/nixos-config

134e09632675a531d92070b04b6cbd0357ed49fa — Frantisek Bohacek 1 year, 5 months ago f8b6e88
fix: enable xdg user directories

I forgot to enable it lol
Have been confused why it's not working properly
welp
1 files changed, 1 insertions(+), 0 deletions(-)

M hosts/home.nix
M hosts/home.nix => hosts/home.nix +1 -0
@@ 30,6 30,7 @@

  xdg = {
    userDirs = let dir = s: "${config.home.homeDirectory}/${s}"; in {
      enable = true;
      documents = dir "doc";
      download = dir "download";
      music = dir "music";

Do not follow this link