feat(stylix): add black-metal theme
This commit is contained in:
parent
c7985ab7fa
commit
a350e4c28c
3 changed files with 7 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
{
|
||||
imports = [
|
||||
inputs.stylix.nixosModules.stylix
|
||||
./themes/3024.nix
|
||||
./themes/black-metal.nix
|
||||
./fonts/sauce-code-pro.nix
|
||||
];
|
||||
stylix.enable = true;
|
||||
|
|
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