From b4c592cc2a1bcdc3bd9fda14ff7cf4697660299b Mon Sep 17 00:00:00 2001 From: albert Date: Tue, 19 Mar 2024 09:39:24 +0900 Subject: [PATCH] Cleanup --- home-manager/common/software/cli/bash.nix | 2 +- home-manager/common/software/cli/starship.nix | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/home-manager/common/software/cli/bash.nix b/home-manager/common/software/cli/bash.nix index 37745a35..938eddf9 100644 --- a/home-manager/common/software/cli/bash.nix +++ b/home-manager/common/software/cli/bash.nix @@ -1,4 +1,4 @@ -{ config, pkgs, ... }: { +{ ... }: { # Configure BASH exports # https://nix-community.github.io/home-manager/options.html diff --git a/home-manager/common/software/cli/starship.nix b/home-manager/common/software/cli/starship.nix index 7530e091..db332dae 100644 --- a/home-manager/common/software/cli/starship.nix +++ b/home-manager/common/software/cli/starship.nix @@ -12,8 +12,8 @@ let errorFG = "#${config.lib.stylix.colors.base00}"; timeFG = "#${config.lib.stylix.colors.base0C}"; - blackColor = "#${config.lib.stylix.colors.base00}"; - whiteColor = "#${config.lib.stylix.colors.base06}"; + # blackColor = "#${config.lib.stylix.colors.base00}"; + # whiteColor = "#${config.lib.stylix.colors.base06}"; in { programs.starship = {