diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2022-06-28 14:06:03 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2022-06-28 14:06:03 +0200 |
| commit | afb62af249f863b36cd1fe9c51e30ce0e7d6aba6 (patch) | |
| tree | 96d7a0357b7f6505ef5ee48084c1e727b16dd633 /user-profiles/utils.nix | |
| parent | e2b39e3b3d9e04ba31d96a1a2c6d44a18db09bc0 (diff) | |
| download | nixos-afb62af249f863b36cd1fe9c51e30ce0e7d6aba6.tar nixos-afb62af249f863b36cd1fe9c51e30ce0e7d6aba6.tar.gz nixos-afb62af249f863b36cd1fe9c51e30ce0e7d6aba6.tar.bz2 nixos-afb62af249f863b36cd1fe9c51e30ce0e7d6aba6.tar.xz nixos-afb62af249f863b36cd1fe9c51e30ce0e7d6aba6.zip | |
...
Diffstat (limited to 'user-profiles/utils.nix')
| -rw-r--r-- | user-profiles/utils.nix | 2 |
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; [ |
