nix/home-mods/common/default.nix
2023-11-09 19:33:08 +01:00

8 lines
112 B
Nix

{ config
, lib
, pkgs
, ...
}: {
home.homeDirectory = "/home/${config.home.username}";
xdg.enable = true;
}