docs: improve readability of SwarselSystems.org

This commit is contained in:
Swarsel 2024-12-10 23:56:13 +01:00
parent 7457109f53
commit c1517c1ae1
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
5 changed files with 2030 additions and 1955 deletions

View file

@ -1,9 +1,9 @@
{ lib, config, pkgs, ... }:
{ self, lib, config, pkgs, ... }:
{
stylix = lib.mkIf (!config.swarselsystems.isNixos) {
enable = true;
base16Scheme = ../../../wallpaper/swarsel.yaml;
base16Scheme = "${self}/wallpaper/swarsel.yaml";
# base16Scheme = "${pkgs.base16-schemes}/share/themes/shapeshifter.yaml";
polarity = "dark";
opacity.popups = 0.5;

View file

@ -1,9 +1,9 @@
{ pkgs, home-manager, config, ... }:
{ self, pkgs, home-manager, config, ... }:
{
stylix = {
enable = true;
base16Scheme = ../../../wallpaper/swarsel.yaml;
base16Scheme = "${self}/wallpaper/swarsel.yaml";
# base16Scheme = "${pkgs.base16-schemes}/share/themes/shapeshifter.yaml";
polarity = "dark";
opacity.popups = 0.5;