nixos-config/modules/home-manager/_private/default.nix
Gabriel Arazas f6c70a278b
home-manager/state: refactor and add paths and ports sub-option
Similarly structured to the NixOS module to make it consistent, yay.
2024-07-31 21:47:48 +08:00

11 lines
154 B
Nix

{
imports = [
./extra-arguments.nix
./state
./suites/desktop.nix
./suites/dev.nix
./suites/editors.nix
./suites/i18n.nix
];
}