This commit is contained in:
2025-07-29 14:12:04 +03:00
parent fa7ffb1d08
commit 043b474e3a
5 changed files with 53 additions and 4 deletions
+26
View File
@@ -55,6 +55,11 @@
name = "wallhaven-ymo2y7.png";
sha256 = "1b3j0hxxy8m25scq42lxsxc99xvr15pha1j4wplgz761asrvxly3";
};
retro-deck = fetchurl {
url = "https://w.wallhaven.cc/full/1q/wallhaven-1q83qg.jpg";
name = "wallhaven-1q83qg.jpg";
sha256 = "QPmG4QTRvubuX6Fy5rmMwYKw4aQdBiH/zGL/PMmUZOk=";
};
nixos-rainbow = fetchurl {
url = "https://w.wallhaven.cc/full/p9/wallhaven-p9pd23.png";
name = "wallhaven-p9pd23.png";
@@ -77,6 +82,27 @@
};
};
themes = {
oxocarbon-dark = {
polarity = "dark";
scheme = fromBase16Schemes "porple";
wallpaper = wallpapers.retro-deck;
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;
};
};
rose-pine-dawn = {
polarity = "light";
scheme = fromBase16Schemes "rose-pine-dawn";