flake/flakes/home-manager/guanranwang/nixos/default.nix

13 lines
116 B
Nix
Raw Normal View History

2023-09-19 00:17:43 +00:00
{ ... }:
{
imports = [
../common/home.nix
./home.nix
./dotfiles.nix
./i18n.nix
./xdg
];
}