summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2019-02-06 18:25:18 -0800
committerBen Sima <ben@bsima.me>2019-02-09 16:08:25 -0800
commit7649341f89418a5be9c4f65ee9b4cc8a49115604 (patch)
tree79435befadd4f0d03c80b37baaba294360536a98
parent5f5d6166424ba3943a45d7182c174b4d246dee50 (diff)
Switch to light theme
-rw-r--r--linux.nix2
-rw-r--r--packages.nix1
2 files changed, 2 insertions, 1 deletions
diff --git a/linux.nix b/linux.nix
index 3524bc0..5934f7d 100644
--- a/linux.nix
+++ b/linux.nix
@@ -15,7 +15,7 @@ in
"XTerm*termName" = "xterm-256color";
"XTerm*metaSendsEscape" = true;
};
- extraConfig = builtins.readFile(solarized-xresources + "/Xresources.dark");
+ extraConfig = builtins.readFile(solarized-xresources + "/Xresources.light");
};
services = {
diff --git a/packages.nix b/packages.nix
index 745ef2d..e2b5242 100644
--- a/packages.nix
+++ b/packages.nix
@@ -27,6 +27,7 @@ neomutt
pandoc
pass
python3
+qutebrowser
ranger
ripgrep
shellcheck