nix-config/users/modules/default.nix

8 lines
69 B
Nix

{ ... }:
{
imports = [
./programs.nix
./stylix.nix
];
}