mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-08-13 15:24:39 -05:00
feat: added some host logic
This commit is contained in:
parent
f462a6f1a7
commit
8dd81e1326
2 changed files with 14 additions and 5 deletions
|
@ -2,11 +2,19 @@
|
|||
config,
|
||||
flake,
|
||||
pkgs,
|
||||
osConfig,
|
||||
...
|
||||
}:
|
||||
let
|
||||
configPath = ./config;
|
||||
settingsPath = import (configPath + /settings.nix) { inherit flake pkgs; };
|
||||
settingsPath = import (configPath + /settings.nix) {
|
||||
inherit
|
||||
flake
|
||||
config
|
||||
osConfig
|
||||
pkgs
|
||||
;
|
||||
};
|
||||
themesPath = import (configPath + /themes.nix) { inherit config flake; };
|
||||
in
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue