mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 10:05:13 -05:00
feat: changed some stuff
This commit is contained in:
parent
376c1d7b18
commit
c67e864d40
145 changed files with 143 additions and 70 deletions
|
@ -6,7 +6,11 @@
|
|||
}:
|
||||
let
|
||||
configPath = ./config;
|
||||
assistantPath = import (configPath + /assistant);
|
||||
assistantPath = import (configPath + /assistant) {
|
||||
inherit
|
||||
flake
|
||||
;
|
||||
};
|
||||
|
||||
interfacePath = import (configPath + /interface) {
|
||||
inherit
|
||||
|
@ -30,7 +34,6 @@ let
|
|||
miscPath = import (configPath + /misc) { inherit lib pkgs; };
|
||||
in
|
||||
{
|
||||
assistant = assistantPath;
|
||||
git = gitPath;
|
||||
languages = languagesPath;
|
||||
lsp = lspPath;
|
||||
|
@ -38,5 +41,6 @@ in
|
|||
experimental.theme_overrides = experimentalPath;
|
||||
|
||||
}
|
||||
// assistantPath
|
||||
// interfacePath
|
||||
// miscPath
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue