diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2022-06-28 09:46:04 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2022-06-28 09:46:04 +0200 |
commit | dacafd3cd7f0656ebf12f2845b17224a121b693f (patch) | |
tree | 84019e3443190ca1be84e06ed03a750b83c1d502 /user-profiles | |
parent | 3a85c6891dc862ec39ccd53dbd7424b8b5264a34 (diff) | |
download | nixos-dacafd3cd7f0656ebf12f2845b17224a121b693f.tar nixos-dacafd3cd7f0656ebf12f2845b17224a121b693f.tar.gz nixos-dacafd3cd7f0656ebf12f2845b17224a121b693f.tar.bz2 nixos-dacafd3cd7f0656ebf12f2845b17224a121b693f.tar.xz nixos-dacafd3cd7f0656ebf12f2845b17224a121b693f.zip |
...
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 |