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 = {
|
||||
enable = lib.mkDefault true;
|
||||
base16Scheme = lib.mkDefault ./night.yaml;
|
||||
opacity.terminal = 0.9;
|
||||
base16Scheme = lib.mkDefault ./theme/night.yaml;
|
||||
opacity.terminal = 0.95;
|
||||
fonts = {
|
||||
serif = {
|
||||
package = pkgs.dejavu_fonts;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue