Cleanup
This commit is contained in:
parent
fa350c44e0
commit
b4c592cc2a
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue