mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
changed imports to mkModules
This commit is contained in:
parent
649d9e83b6
commit
5c3d410aa0
34 changed files with 67 additions and 448 deletions
|
|
@ -6,7 +6,6 @@ let
|
|||
|
||||
in
|
||||
{ options.modules.user.utils.dev = { enable = mkEnableOption "user.utils.dev"; };
|
||||
imports = [ ./modules ];
|
||||
config = mkIf cfg.enable {
|
||||
home.packages = with pkgs; [
|
||||
nix-init
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue