init
This commit is contained in:
commit
b6cdc78668
210 changed files with 9929 additions and 0 deletions
34
s0melapt0p-nix/stylix/base16Scheme.nix
Normal file
34
s0melapt0p-nix/stylix/base16Scheme.nix
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
{
|
||||
...
|
||||
}: {
|
||||
stylix = {
|
||||
base16Scheme = {
|
||||
base00 = "2a1617";
|
||||
base01 = "5d3f3f";
|
||||
base02 = "7a5bab";
|
||||
base03 = "bb9499";
|
||||
base04 = "eea1cf";
|
||||
base05 = "f5dddd";
|
||||
base06 = "ffebff";
|
||||
base07 = "ffede9";
|
||||
base08 = "e36b70";
|
||||
base09 = "ac878e";
|
||||
base0A = "db7356";
|
||||
base0B = "a78897";
|
||||
base0C = "ca7a79";
|
||||
base0D = "b28776";
|
||||
base0E = "d8708b";
|
||||
base0F = "ec6653";
|
||||
base10 = "2a1617";
|
||||
base11 = "2a1617";
|
||||
base12 = "e36b70";
|
||||
base13 = "ac878e";
|
||||
base14 = "a78897";
|
||||
base15 = "ca7a79";
|
||||
base16 = "b28776";
|
||||
base17 = "d8708b";
|
||||
scheme = "hand7s";
|
||||
name = "red_ish";
|
||||
};
|
||||
};
|
||||
}
|
||||
12
s0melapt0p-nix/stylix/cursor.nix
Normal file
12
s0melapt0p-nix/stylix/cursor.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
stylix = {
|
||||
cursor = {
|
||||
size = 18;
|
||||
name = "Whitesur-cursors";
|
||||
package = pkgs.whitesur-cursors;
|
||||
};
|
||||
};
|
||||
}
|
||||
9
s0melapt0p-nix/stylix/defaults.nix
Normal file
9
s0melapt0p-nix/stylix/defaults.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
...
|
||||
}: {
|
||||
stylix = {
|
||||
enable = true;
|
||||
autoEnable = true;
|
||||
polarity = "dark";
|
||||
};
|
||||
}
|
||||
29
s0melapt0p-nix/stylix/fonts.nix
Normal file
29
s0melapt0p-nix/stylix/fonts.nix
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
stylix = {
|
||||
fonts = {
|
||||
sizes = {
|
||||
applications = 10;
|
||||
desktop = 8;
|
||||
popups = 10;
|
||||
terminal = 8;
|
||||
};
|
||||
|
||||
emoji = {
|
||||
package = pkgs.nerd-fonts.iosevka;
|
||||
name = "Iosevka Nerd Font Mono";
|
||||
};
|
||||
|
||||
sansSerif = {
|
||||
package = pkgs.dejavu_fonts;
|
||||
name = "DejaVu Sans";
|
||||
};
|
||||
serif = {
|
||||
package = pkgs.dejavu_fonts;
|
||||
name = "DejaVu Serif";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
7
s0melapt0p-nix/stylix/image.nix
Normal file
7
s0melapt0p-nix/stylix/image.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
...
|
||||
}: {
|
||||
stylix = {
|
||||
image = ./wallpaper.jpg;
|
||||
};
|
||||
}
|
||||
BIN
s0melapt0p-nix/stylix/wallpaper.jpg
Normal file
BIN
s0melapt0p-nix/stylix/wallpaper.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.7 MiB |
Loading…
Add table
Add a link
Reference in a new issue