feat(stylix): add bright theme
This commit is contained in:
parent
a350e4c28c
commit
bc6d3c88e1
2 changed files with 5 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
{
|
||||
imports = [
|
||||
inputs.stylix.nixosModules.stylix
|
||||
./themes/black-metal.nix
|
||||
./themes/bright.nix
|
||||
./fonts/sauce-code-pro.nix
|
||||
];
|
||||
stylix.enable = true;
|
||||
|
|
4
systems/modules/themes/bright.nix
Normal file
4
systems/modules/themes/bright.nix
Normal file
|
@ -0,0 +1,4 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/bright.yaml";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue