NixOS-Config/modules/home/settings/xdg/default.nix

8 lines
61 B
Nix
Raw Normal View History

2024-10-09 03:36:08 -04:00
{ ... }:
{
2024-11-24 09:55:02 -05:00
imports = [
./defaults
./folders
];
}