feat: bells and whistles

This commit is contained in:
Nick 2025-01-11 05:03:58 -06:00
parent 66f5917693
commit 569d969ecc
12 changed files with 111 additions and 14 deletions

View file

@ -4,7 +4,7 @@
...
}: let
configPath = ./config;
settingsPath = import (configPath + /settings.nix);
settingsPath = import (configPath + /settings.nix) {inherit flake;};
stylePath = import (configPath + /style.nix) {
inherit
flake