feat!: move files and remove day specialisation

This commit is contained in:
Moritz Böhme 2025-08-01 20:27:20 +02:00
parent e33f02f8a9
commit 2ba4a828f3
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
3 changed files with 2 additions and 7 deletions

View file

@ -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;