diff options
-rw-r--r-- | linux.nix | 2 | ||||
-rw-r--r-- | packages.nix | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -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 |