feat(stylix): add bright theme

This commit is contained in:
Mohammad Rafiq 2025-03-22 02:09:53 +08:00
parent a350e4c28c
commit bc6d3c88e1
No known key found for this signature in database
2 changed files with 5 additions and 1 deletions

View file

@ -2,7 +2,7 @@
{
imports = [
inputs.stylix.nixosModules.stylix
./themes/black-metal.nix
./themes/bright.nix
./fonts/sauce-code-pro.nix
];
stylix.enable = true;