feat!: move files and remove day specialisation
This commit is contained in:
parent
e33f02f8a9
commit
2ba4a828f3
3 changed files with 2 additions and 7 deletions
|
|
@ -56,15 +56,10 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
specialisation.light-theme.configuration = {
|
|
||||||
stylix = {
|
|
||||||
base16Scheme = lib.mkOverride 999 ./day.yaml;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
stylix = {
|
stylix = {
|
||||||
enable = lib.mkDefault true;
|
enable = lib.mkDefault true;
|
||||||
base16Scheme = lib.mkDefault ./night.yaml;
|
base16Scheme = lib.mkDefault ./theme/night.yaml;
|
||||||
opacity.terminal = 0.9;
|
opacity.terminal = 0.95;
|
||||||
fonts = {
|
fonts = {
|
||||||
serif = {
|
serif = {
|
||||||
package = pkgs.dejavu_fonts;
|
package = pkgs.dejavu_fonts;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue