Merge branch 'main' of ssh://git.nixfox.ca:2299/Bun/nixos-config

This commit is contained in:
Bun 2025-03-09 17:27:13 -04:00
commit d55148ac45
4 changed files with 12 additions and 19 deletions

View file

@ -1,7 +1,7 @@
{ config, ... }:
{
xdg.userDirs = {
enable = true;
enable = config.home.desktop.enable;
createDirectories = true;
desktop = null;
music = null;