nix-conf/user/default.nix
2024-10-30 17:29:00 -05:00

11 lines
110 B
Nix

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