add btop theme and configuration

This commit is contained in:
cswimr 2024-11-25 15:52:26 -05:00
parent a918800a72
commit 0d76e71b3a
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087
4 changed files with 339 additions and 0 deletions

View file

@ -9,6 +9,10 @@
config.lib.file.mkOutOfStoreSymlink "/etc/nixos/config/fastfetch.jsonc";
".psqlrc".source =
config.lib.file.mkOutOfStoreSymlink "/etc/nixos/config/.psqlrc";
".config/btop/btop.conf".source =
config.lib.file.mkOutOfStoreSymlink "/etc/nixos/config/btop.conf";
".config/btop/themes/catppuccin_mocha.theme".source =
config.lib.file.mkOutOfStoreSymlink "/etc/nixos/config/themes/btop.theme";
".config/glow/glow.yml".source =
config.lib.file.mkOutOfStoreSymlink "/etc/nixos/config/glow.yml";
".config/glow/theme.json".source =