This commit is contained in:
albert 2024-03-19 09:39:24 +09:00
parent fa350c44e0
commit b4c592cc2a
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
{ config, pkgs, ... }: { { ... }: {
# Configure BASH exports # Configure BASH exports
# https://nix-community.github.io/home-manager/options.html # https://nix-community.github.io/home-manager/options.html

View file

@ -12,8 +12,8 @@ let
errorFG = "#${config.lib.stylix.colors.base00}"; errorFG = "#${config.lib.stylix.colors.base00}";
timeFG = "#${config.lib.stylix.colors.base0C}"; timeFG = "#${config.lib.stylix.colors.base0C}";
blackColor = "#${config.lib.stylix.colors.base00}"; # blackColor = "#${config.lib.stylix.colors.base00}";
whiteColor = "#${config.lib.stylix.colors.base06}"; # whiteColor = "#${config.lib.stylix.colors.base06}";
in in
{ {
programs.starship = { programs.starship = {