iter
This commit is contained in:
parent
b675d5c1cc
commit
769db9df6e
7 changed files with 97 additions and 54 deletions
|
|
@ -82,7 +82,6 @@
|
|||
btop # system monitor
|
||||
ripgrep # grep replacement
|
||||
fd # find replacement
|
||||
eza # ls replacement
|
||||
nh # nix helper
|
||||
jq # JSON processor
|
||||
ncdu
|
||||
|
|
@ -95,6 +94,7 @@
|
|||
file
|
||||
nix-tree
|
||||
unzip
|
||||
lsd
|
||||
|
||||
# Shells
|
||||
bash
|
||||
|
|
|
|||
|
|
@ -4,7 +4,24 @@ stylix = {
|
|||
enable = true;
|
||||
autoEnable = true;
|
||||
enableReleaseChecks = false;
|
||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/selenized-black.yaml";
|
||||
base16Scheme = { # based on https://github.com/tinted-theming/schemes/blob/spec-0.11/base16/selenized-black.yaml
|
||||
base00 = "#181818";
|
||||
base01 = "#252525";
|
||||
base02 = "#3b3b3b";
|
||||
base03 = "#777777";
|
||||
base04 = "#777777";
|
||||
base05 = "#b9b9b9";
|
||||
base06 = "#dedede";
|
||||
base07 = "#dedede";
|
||||
base08 = "#ed4a46";
|
||||
base09 = "#e67f43";
|
||||
base0A = "#dbb32d";
|
||||
base0B = "#70b433";
|
||||
base0C = "#3fc5b7";
|
||||
base0D = "#a580e2";
|
||||
base0E = "#368aeb";
|
||||
base0F = "#eb6eb7";
|
||||
};
|
||||
|
||||
polarity = "dark";
|
||||
fonts = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue