another one bites the disk

This commit is contained in:
2025-03-10 17:37:02 +02:00
parent fca6f291ec
commit 98f3894f44
5 changed files with 84 additions and 43 deletions

View File

@ -3,11 +3,10 @@
inputs,
...
}: {
imports = [
inputs.stylix.nixosModules.stylix
imports = with inputs; [
stylix.nixosModules.stylix
];
environment.systemPackages = with pkgs; [
#papirus-icon-theme
nerd-fonts.iosevka
];
stylix = {
@ -15,14 +14,14 @@
base16Scheme = "${pkgs.base16-schemes}/share/themes/tomorrow-night.yaml";
polarity = "dark";
cursor = {
package = pkgs.google-cursor;
name = "GoogleDot-Blue";
package = pkgs.bibata-cursors;
name = "Bibata-Modern-Amber";
size = 24;
};
image = builtins.fetchurl {
url = "https://w.wallhaven.cc/full/9m/wallhaven-9mwzwk.jpg";
name = "wallhaven-9mwzwk";
sha256 = "0pj2k30mfhqr02dzdj40z62awmy58s5gg5mm4xzxiialclbd5n8d";
url = "https://w.wallhaven.cc/full/13/wallhaven-13e379.png";
name = "wallhaven-13e379";
sha256 = "1h8xhcgcdgd3dy1viqv6f192kr5cw7gi4rjqh4kbgwg6hj962409";
};
opacity.terminal = 0.9;
fonts = {
@ -44,7 +43,6 @@
package = pkgs.nerd-fonts.iosevka;
name = "Iosevka Nerd Font Mono";
};
emoji = {
package = pkgs.noto-fonts-emoji;
name = "Noto Color Emoji";