summaryrefslogtreecommitdiff
path: root/user-profiles/utils.nix
diff options
context:
space:
mode:
Diffstat (limited to 'user-profiles/utils.nix')
-rw-r--r--user-profiles/utils.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/user-profiles/utils.nix b/user-profiles/utils.nix
index a1d7aa62..d0d2b2c8 100644
--- a/user-profiles/utils.nix
+++ b/user-profiles/utils.nix
@@ -15,7 +15,7 @@
15 }; 15 };
16 16
17 home.sessionVariables = { 17 home.sessionVariables = {
18 LESSCOLORIZER = "pygmentize -O style=solarized-dark"; 18 LESSCOLORIZER = "pygmentize -O style=rrt";
19 }; 19 };
20 20
21 home.packages = with pkgs; [ 21 home.packages = with pkgs; [