working lio config I think with new system
This commit is contained in:
parent
50825c9b84
commit
9de4c7892b
20 changed files with 625 additions and 677 deletions
|
|
@ -1,7 +1,3 @@
|
|||
let
|
||||
utils = import ./utils.nix;
|
||||
in
|
||||
with utils;
|
||||
{
|
||||
description = "Common NixOS configuration modules and Home Manager modules that require not other inputs beyond nixpkgs or home-manager itself. This is made by me for me and not designed to be general purpose for anyone else, but could be useful nontheless.";
|
||||
inputs = { };
|
||||
|
|
@ -9,6 +5,10 @@ with utils;
|
|||
{
|
||||
...
|
||||
}:
|
||||
let
|
||||
utils = import ./utils.nix;
|
||||
in
|
||||
with utils;
|
||||
{
|
||||
nixosModules = importAll ./nix_modules;
|
||||
homeManagerModules = importAll ./hm_modules;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue