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