diff options
author | Alex Auvolat <alex@adnab.me> | 2023-05-10 12:06:10 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-05-10 12:06:17 +0200 |
commit | 3f75a9d3fead0a3b857a39ffdf68ecf5c7186581 (patch) | |
tree | bf69e1328e6c697b417e2be044a4e38a60c618d0 /nixos/common.nix | |
parent | 0f80c99739f06a39588bcde452d36ba58d986bc3 (diff) | |
download | user-config-3f75a9d3fead0a3b857a39ffdf68ecf5c7186581.tar.gz user-config-3f75a9d3fead0a3b857a39ffdf68ecf5c7186581.zip |
add st
Diffstat (limited to 'nixos/common.nix')
-rw-r--r-- | nixos/common.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/common.nix b/nixos/common.nix index 9fd360c..bbeb09b 100644 --- a/nixos/common.nix +++ b/nixos/common.nix @@ -164,6 +164,7 @@ in file alacritty + st firefox qutebrowser (tor-browser-bundle-bin.override { useHardenedMalloc = false; }) |