feat(tazjin/tverskoy): Install some more frequently used tools
... rather than nix-shelling them every time. Change-Id: I9ab6ad67efbd6c16c7fd8cc9938d86d35f8418bc
This commit is contained in:
parent
4f1249e46f
commit
a935570a22
1 changed files with 6 additions and 0 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue