From 10543ff882c1d993f758045ff28a62255b8e70c1 Mon Sep 17 00:00:00 2001 From: willemml Date: Tue, 30 Jan 2024 13:50:57 -0800 Subject: [PATCH] Uses gruvbox dark for stylix --- common/system.nix | 1 + home/default.nix | 2 -- nixos/hosts/zeus.nix | 1 + 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/system.nix b/common/system.nix index a457a93..a1efe56 100644 --- a/common/system.nix +++ b/common/system.nix @@ -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]; diff --git a/home/default.nix b/home/default.nix index 2008017..766bddd 100644 --- a/home/default.nix +++ b/home/default.nix @@ -16,8 +16,6 @@ in rec { inputs.nix-index-database.hmModules.nix-index ]; - stylix.opacity.terminal = 0.72; - home = { username = globals.username; diff --git a/nixos/hosts/zeus.nix b/nixos/hosts/zeus.nix index 00e8fb3..22789ba 100644 --- a/nixos/hosts/zeus.nix +++ b/nixos/hosts/zeus.nix @@ -22,6 +22,7 @@ homebrew = { enable = true; brews = [ + "R" "qmk/qmk/qmk" "arm-none-eabi-gcc@8" "avr-gcc@8"