feat(tazjin/tverskoy): Install some more frequently used tools

... rather than nix-shelling them every time.

Change-Id: I9ab6ad67efbd6c16c7fd8cc9938d86d35f8418bc
This commit is contained in:
Vincent Ambo 2021-11-24 10:58:06 +03:00
parent 4f1249e46f
commit a935570a22

View file

@ -242,6 +242,7 @@ in lib.fix(self: {
# programs from nixpkgs
(with pkgs; [
amber
bat
chromium
curl
@ -255,6 +256,7 @@ in lib.fix(self: {
file
firefox
gdb
gh
git
gnupg
google-chrome
@ -271,6 +273,7 @@ in lib.fix(self: {
mullvad-vpn
networkmanagerapplet
nix-prefetch-github
nmap
notmuch
openssh
openssl
@ -289,11 +292,14 @@ in lib.fix(self: {
scrot
spotify
syncthing
tig
tokei
tree
unzip
vlc
whois
xsecurelock
zoxide
]);
systemd.user.services.lieer-tazjin = {