Recursively import modules

This commit is contained in:
SebastianStork 2024-07-17 11:26:40 +02:00
parent 8b69c15eae
commit 265ea35fb2
3 changed files with 2 additions and 9 deletions

View file

@ -5,11 +5,6 @@
...
}:
{
imports = [
./p10k
./aliases.nix
];
options.myConfig.shell.zsh.enable = lib.mkEnableOption "";
config = lib.mkIf config.myConfig.shell.zsh.enable {