update gauntlet theme for gauntlet v13

gauntlet v13 completely changed the theme system and made it waaay simpler (huge W tbh)
This commit is contained in:
cswimr 2025-02-01 14:25:39 -06:00
parent cf2fb32195
commit 47d084f852
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087
3 changed files with 15 additions and 74 deletions

View file

@ -16,8 +16,8 @@
".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/gauntlet/simple-theme.json".source =
config.lib.file.mkOutOfStoreSymlink "/etc/nixos/config/themes/gauntlet.json";
".config/gauntlet/theme.toml".source =
config.lib.file.mkOutOfStoreSymlink "/etc/nixos/config/themes/gauntlet.toml";
".config/glow/glow.yml".source = config.lib.file.mkOutOfStoreSymlink "/etc/nixos/config/glow.yml";
".config/glow/theme.json".source =
config.lib.file.mkOutOfStoreSymlink "/etc/nixos/config/themes/glow.json";