linuxware/modules/home-manager/default.nix

10 lines
87 B
Nix

{ ... }:
{
imports = [
./common.nix
./packages.nix
./theming.nix
];
}