mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 10:05:13 -05:00
refactor: complete overhaul
This commit is contained in:
parent
0541b3d61f
commit
d99b004b5c
2 changed files with 24 additions and 54 deletions
|
@ -14,7 +14,7 @@ let
|
|||
};
|
||||
|
||||
instances = builtins.listToAttrs (map (name: {
|
||||
name = builtins.substring 0 (builtins.stringLength name - 4) name; # Remove the last 4 characters (".nix")
|
||||
name = builtins.substring 0 (builtins.stringLength name - 4) name;
|
||||
value = import (configPath + "/${name}") {inherit instancesFunctions;};
|
||||
})
|
||||
(builtins.filter (name:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue