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