feat: migrate capptuccin themes into my nur-packages, add nix's access-tokens into secrets

This commit is contained in:
Ryan Yin
2023-12-20 12:03:37 +08:00
parent 58b02a6b16
commit 50d9301e13
13 changed files with 171 additions and 254 deletions
+2 -3
View File
@@ -1,7 +1,6 @@
{
pkgs,
pkgs-unstable,
cattppuccin-k9s,
nur-ryan4yin,
...
}: {
home.packages = with pkgs; [
@@ -13,7 +12,7 @@
k9s = {
enable = true;
skin = let
skin_file = "${cattppuccin-k9s}/dist/mocha.yml"; # theme - cattppuccin mocha
skin_file = "${nur-ryan4yin.packages.${pkgs.system}.catppuccin-k9s}/dist/mocha.yml"; # theme - catppuccin mocha
skin_attr = builtins.fromJSON (
builtins.readFile
# replace 'base: &base "#1e1e2e"' with 'base: &base "default"'