nix/home-mods/common/default.nix

7 lines
56 B
Nix

{ config
, lib
, pkgs
, ...
}: {
xdg.enable = true;
}