From 7649341f89418a5be9c4f65ee9b4cc8a49115604 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Wed, 6 Feb 2019 18:25:18 -0800 Subject: Switch to light theme --- linux.nix | 2 +- packages.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3