sync w/ laptop

Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
2025-03-24 14:56:06 +02:00
parent 1d46820135
commit bb0a0ccb1c
4 changed files with 102 additions and 12 deletions

View File

@ -9,21 +9,20 @@
];
environment.systemPackages = with pkgs; [
nerd-fonts.iosevka
nerd-fonts.iosevka-term
];
stylix = {
enable = true;
base16Scheme = "${pkgs.base16-schemes}/share/themes/tomorrow.yaml";
polarity = "light";
base16Scheme = "${pkgs.base16-schemes}/share/themes/nord.yaml";
polarity = "dark";
cursor = {
package = pkgs.bibata-cursors;
name = "Bibata-Modern-Ice";
name = "Bibata-Modern-Classic";
size = 24;
};
image = builtins.fetchurl {
url = "https://w.wallhaven.cc/full/jx/wallhaven-jxzjly.jpg";
name = "wallhaven-jxzjly.jpg";
sha256 = "581827e705c3b12ccecb6002e7f97d577b10c59d7806636af753e6f9d97bb6c1";
url = "https://w.wallhaven.cc/full/l8/wallhaven-l8l9gq.png";
name = "wallhaven-l8l9gq.png";
sha256 = "0ypr44sg0fn55m1b52dgr1nnscpi2p6rfkjsm7vvrdqw7bafbx2z";
};
opacity.terminal = 0.9;
fonts = {