nix-conf/user/default.nix
2024-10-27 12:34:49 -05:00

10 lines
97 B
Nix

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