[NixOS] Add make-enable to control nixos modules with configuration

This commit is contained in:
2023-08-19 22:54:14 -06:00
parent d93b8da859
commit 4c6625ce50
8 changed files with 48 additions and 11 deletions

View File

@@ -1,4 +1,6 @@
{ config, pkgs, options, lib, inputs, ... }:
let libDir = "${config.dotfiles-directory}/dotfiles/lib";
in
with lib;
{
options = {
@@ -8,8 +10,7 @@ with lib;
};
};
config = let libDir = "${config.dotfiles-directory}/dotfiles/lib";
in {
config = {
# Shell configuration
programs.zsh = {
enable = true;