nix-conf/user/default.nix
2024-10-18 14:11:33 -05:00

12 lines
100 B
Nix

{ ... }:
{
imports = [
./bin
./home.nix
./share
./theme.nix
./xdg.nix
];
}