flake/flakes/home-manager/guanranwang/nixos/default.nix
2023-09-19 08:17:43 +08:00

13 lines
No EOL
116 B
Nix

{ ... }:
{
imports = [
../common/home.nix
./home.nix
./dotfiles.nix
./i18n.nix
./xdg
];
}