feat: added themes and other stuff

This commit is contained in:
Nick 2024-12-19 19:56:45 -06:00
parent 951928150e
commit c7b32f0f31
18 changed files with 248 additions and 61 deletions

View file

@ -1,9 +1,16 @@
{
flake,
lib,
...
}: {
programs.starship = let
configPath = ./config;
in
{
enable = true;
}
// (import (configPath + /settings.nix));
// (import (configPath + /settings.nix) {
inherit flake;
inherit lib;
});
}