1
Fork 0
mirror of https://github.com/RGBCube/ThemeNix synced 2025-07-28 17:07:46 +00:00

Add btop template

This commit is contained in:
RGBCube 2023-12-13 00:33:31 +03:00
parent 46539172a5
commit 9f6d2cda4b
No known key found for this signature in database
4 changed files with 68 additions and 2 deletions

View file

@ -20,6 +20,7 @@
};
in themeFull // {
adwaitaGtkCss = (import ./templates/adwaitaGtkCss.nix) themeFull;
btopTheme = (import ./templates/btopTheme.nix) themeFull;
discordCss = (import ./templates/discordCss.nix) themeFull;
firefoxTheme = (import ./templates/firefoxTheme.nix) themeFull;
ghosttyConfig = (import ./templates/ghosttyConfig.nix) themeFull;