mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 15:11:34 +01:00
Recursively import modules
This commit is contained in:
parent
8b69c15eae
commit
265ea35fb2
3 changed files with 2 additions and 9 deletions
|
|
@ -6,8 +6,6 @@
|
|||
...
|
||||
}@moduleArgs:
|
||||
{
|
||||
imports = [ ./keybinds.nix ];
|
||||
|
||||
options.myConfig.de.hyprland.enable = lib.mkEnableOption "" // {
|
||||
default = moduleArgs.osConfig.myConfig.de.hyprland.enable or false;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -5,11 +5,6 @@
|
|||
...
|
||||
}:
|
||||
{
|
||||
imports = [
|
||||
./p10k
|
||||
./aliases.nix
|
||||
];
|
||||
|
||||
options.myConfig.shell.zsh.enable = lib.mkEnableOption "";
|
||||
|
||||
config = lib.mkIf config.myConfig.shell.zsh.enable {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue