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

15 lines
148 B
Nix
Raw Normal View History

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