diff --git a/home-manager/common/software/cli/themes/default/btop.nix b/home-manager/common/software/cli/themes/default/btop.nix index 78d36685..b602b74d 100644 --- a/home-manager/common/software/cli/themes/default/btop.nix +++ b/home-manager/common/software/cli/themes/default/btop.nix @@ -1,7 +1,7 @@ { ... }: { home.file.".config/btop/btop.conf".text = '' #* Themes should be placed in "../share/btop/themes" relative to binary or "$HOME/.config/btop/themes" -color_theme = "gruvbox_dark_v2" +#* color_theme = "gruvbox_dark_v2" theme_background = True truecolor = True force_tty = False diff --git a/nixos/hosts/nixos-rpi4-01/default.nix b/nixos/hosts/nixos-rpi4-01/default.nix index ba2f6fe1..de4fc53b 100644 --- a/nixos/hosts/nixos-rpi4-01/default.nix +++ b/nixos/hosts/nixos-rpi4-01/default.nix @@ -34,7 +34,8 @@ # END hardware config ##################################################################################### - # Generic Tailscale configs are in /nixos/common/services/tailscale.nix # Set up the secrets file for the token: + # Generic Tailscale configs are in /nixos/common/services/tailscale.nix + # Set up the secrets file: sops.secrets.nixos-rpi4-01_tailscale_key = { owner = "root"; sopsFile = ../../../secrets/tailscale.yaml;