diff options
author | Ben Sima <ben@bsima.me> | 2018-05-18 15:47:40 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2018-05-18 15:47:40 -0700 |
commit | b8c8f8b55736ce8910f5ae679733b5c02bf42d2e (patch) | |
tree | e99380b712a35e0dc670eb9b1059eb408d1012cd | |
parent | bdba40b2386ba4c07f1fe5fdc2283f94301a05bb (diff) |
Add solarized xresources
-rw-r--r-- | home.nix | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -38,6 +38,17 @@ pkgs.youtube-dl ]; + xresources = { + extraConfig = builtins.readFile ( + pkgs.fetchFromGitHub { + owner = "solarized"; + repo = "xresources"; + rev = "025ceddbddf55f2eb4ab40b05889148aab9699fc"; + sha256 = "0lxv37gmh38y9d3l8nbnsm1mskcv10g3i83j0kac0a2qmypv1k9f"; + } + "/Xresources.dark" + ); + }; + programs.git = { enable = true; userName = "Ben Sima"; |