diff options
Diffstat (limited to 'user-profiles')
-rw-r--r-- | user-profiles/utils.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/user-profiles/utils.nix b/user-profiles/utils.nix index 2e8a22f7..a1d7aa62 100644 --- a/user-profiles/utils.nix +++ b/user-profiles/utils.nix | |||
@@ -14,6 +14,10 @@ | |||
14 | jq.enable = true; | 14 | jq.enable = true; |
15 | }; | 15 | }; |
16 | 16 | ||
17 | home.sessionVariables = { | ||
18 | LESSCOLORIZER = "pygmentize -O style=solarized-dark"; | ||
19 | }; | ||
20 | |||
17 | home.packages = with pkgs; [ | 21 | home.packages = with pkgs; [ |
18 | autossh usbutils pciutils exa silver-searcher pwgen unzip | 22 | autossh usbutils pciutils exa silver-searcher pwgen unzip |
19 | magic-wormhole qrencode tty-clock dnsutils openssl sshfs psmisc | 23 | magic-wormhole qrencode tty-clock dnsutils openssl sshfs psmisc |