more utils

This commit is contained in:
Ivan Kirilov Dimitrov 2024-08-02 08:52:43 +02:00
parent f05e8968d8
commit 38b4664e6f
No known key found for this signature in database
GPG Key ID: 0BDAD4B211C49294

View File

@ -48,7 +48,7 @@ toplevel@{ moduleWithSystem, ... }: {
top@{ ... }:
perSystem@{ pkgs, config, ... }: {
home = {
packages = with pkgs; [ uutils-coreutils-noprefix speedtest-cli ];
packages = with pkgs; [ openssl mlocate uutils-coreutils-noprefix speedtest-cli ];
sessionVariables = { PAGER = "bat"; BAT_THEME = "1337"; };
};
programs = {