Clean home env

This commit is contained in:
soraefir
2026-06-14 10:48:41 +02:00
parent 577fd364fd
commit abce77a6a6
16 changed files with 125 additions and 123 deletions
-2
View File
@@ -1,7 +1,5 @@
{ config, pkgs, ... }: {
home.packages = with pkgs; [ xdg-user-dirs ];
xdg.enable = true;
xdg.userDirs.enable = true;
xdg.userDirs.desktop = "${config.home.homeDirectory}/desktop";