feat(stylix): add black-metal theme
This commit is contained in:
parent
c7985ab7fa
commit
a350e4c28c
3 changed files with 7 additions and 2 deletions
4
systems/modules/themes/black-metal.nix
Normal file
4
systems/modules/themes/black-metal.nix
Normal file
|
@ -0,0 +1,4 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/black-metal.yaml";
|
||||
}
|
|
@ -1,3 +1,4 @@
|
|||
{pkgs, ...}: {
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/catppuccin-mocha.yaml";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue