diff options
author | Ben Sima <ben@bsima.me> | 2022-07-06 22:19:46 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2022-07-06 22:20:46 -0400 |
commit | b9e2534e0859db3f3b4e402235bb23cecbe77863 (patch) | |
tree | 2582e94a93b8969cd6e3fc1f871d15db4407c103 /lib/linux.nix | |
parent | fe3b16632e15997c79adbbec2a0fb0f4588a0a9d (diff) |
update home-manager, emacs
Diffstat (limited to 'lib/linux.nix')
-rw-r--r-- | lib/linux.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/linux.nix b/lib/linux.nix index 62a5192..ef9adc0 100644 --- a/lib/linux.nix +++ b/lib/linux.nix @@ -22,7 +22,7 @@ let buildInputs = [ pkgs.xorg.libX11 pkgs.xorg.libXft ]; }; - base16-scheme = "spacemacs"; + base16-scheme = "solarized"; base16 = pkgs.stdenv.mkDerivation { name = "base16-builder"; src = builtins.fetchTarball { @@ -39,6 +39,7 @@ let theme = lib.removeSuffix "\n" (builtins.readFile "${homedir}/.local/share/xtheme"); xresources = "${base16}/xresources/base16-${base16-scheme}.${theme}.xresources"; + # used in polybar and dunst colors = { # derived from spacemacs "dark" = { highlight = "#5d4d7a"; |