hosts/legion/: use workstation modules

stylix: add sulphurpool theme

Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
2025-04-15 12:40:44 +03:00
parent 6d393175f6
commit 7f620d0c54
6 changed files with 31 additions and 224 deletions

View File

@ -107,6 +107,32 @@
size = 24;
};
};
sulphurpool = {
polarity = "dark";
scheme = "${pkgs.base16-schemes}/share/themes/atelier-sulphurpool.yaml";
wallpaper = builtins.fetchurl {
url = "https://w.wallhaven.cc/full/rd/wallhaven-rd5q3m.jpg";
name = "wallhaven-rd5q3m.jpg";
sha256 = "sha256:1sa2739vwwv1xafzjvxlg3kvq26xmcxg6hrwq29q40j617r63sy6";
};
serif = {
package = iosevkaPackage;
name = "Iosevka Nerd Font Propo";
};
monospace = {
package = iosevkaTermPackage;
name = "IosevkaTerm Nerd Font Mono";
};
cursor = {
package = pkgs.bibata-cursors;
name = "Bibata-Modern-Classic";
size = 24;
};
};
};
in {
imports = with inputs; [