Uses gruvbox dark for stylix

This commit is contained in:
willemml 2024-01-30 13:50:57 -08:00
parent 03318d016d
commit 10543ff882
Signed by: willemml
GPG key ID: C3DE5DF6198DACBD
3 changed files with 2 additions and 2 deletions

View file

@ -6,6 +6,7 @@
}: {
stylix.image = globals.wallpapers.current;
stylix.polarity = "dark";
stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/gruvbox-material-dark-hard.yaml";
environment.pathsToLink = ["/share/zsh"];
environment.shells = [pkgs.bashInteractive pkgs.zsh];

View file

@ -16,8 +16,6 @@ in rec {
inputs.nix-index-database.hmModules.nix-index
];
stylix.opacity.terminal = 0.72;
home = {
username = globals.username;

View file

@ -22,6 +22,7 @@
homebrew = {
enable = true;
brews = [
"R"
"qmk/qmk/qmk"
"arm-none-eabi-gcc@8"
"avr-gcc@8"