Update
This commit is contained in:
parent
a4c6d821c9
commit
3df8a2af3e
2 changed files with 13 additions and 0 deletions
9
stylix/themes/default/default.nix
Normal file
9
stylix/themes/default/default.nix
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
{ pkgs, ... }: {
|
||||||
|
# Themes https://github.com/tinted-theming/base16-schemes
|
||||||
|
stylix = {
|
||||||
|
image = /etc/nixos/git/docs/icons/nixos/white.png;
|
||||||
|
polarity = "dark";
|
||||||
|
base16Scheme = "${pkgs.base16-schemes}/share/themes/atelier-cave.yaml";
|
||||||
|
autoEnable = true;
|
||||||
|
};
|
||||||
|
}
|
4
stylix/themes/default/home-manager/nixvim.nix
Normal file
4
stylix/themes/default/home-manager/nixvim.nix
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
{ lib, ... }: {
|
||||||
|
programs.nixvim.colorscheme = lib.mkForce "ayu-mirage";
|
||||||
|
stylix.targets.nixvim.enable = false;
|
||||||
|
}
|
Loading…
Reference in a new issue