Add Spaceduck theme with wallpaper and font

configurations
This commit is contained in:
panotaka
2023-12-11 10:28:08 -04:00
parent 4a3c3b23db
commit c57a424acf
3 changed files with 8961 additions and 0 deletions

8932
themes/spaceduck/DotGrid.svg Normal file

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 179 KiB

View File

@@ -0,0 +1,29 @@
{ config, pkgs, ... }:
{
stylix.image = ./wallpaper.png;
stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/spaceduck.yaml";
stylix.fonts = {
serif = {
package = pkgs.dejavu_fonts;
name = "DejaVu Serif";
};
sansSerif = {
package = pkgs.dejavu_fonts;
name = "DejaVu Sans";
};
monospace = {
package = pkgs.nerdfonts.override { fonts = [ "JetBrainsMono" ]; };
name = "JetBrainsMono Nerd Font";
};
emoji = {
package = pkgs.noto-fonts-emoji;
name = "Noto Color Emoji";
};
};
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB