diff options
author | sils <sils@sils.li> | 2022-12-07 17:20:09 +0100 |
---|---|---|
committer | sils <sils@sils.li> | 2022-12-07 17:20:09 +0100 |
commit | f10a64adbea6745cd8f67f130311cf15095f2d49 (patch) | |
tree | e92e734fbe4974f5b923bd25528167cf3947b94e /packages.nix | |
parent | document move in Readme.md (diff) | |
download | nix-config-f10a64adbea6745cd8f67f130311cf15095f2d49.tar.gz nix-config-f10a64adbea6745cd8f67f130311cf15095f2d49.zip |
alacritty, xdg-ninja and gnupg
Diffstat (limited to '')
-rw-r--r-- | packages.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages.nix b/packages.nix index a0dda08..883cae2 100644 --- a/packages.nix +++ b/packages.nix @@ -19,6 +19,7 @@ lsd # ls in good jq # xdg-ninja requieres that glow # markdown rendering + xdg-ninja # home cleaning git # versioning signal-desktop # the ecosystem is moving :( openssh # ssh @@ -26,11 +27,12 @@ rustc # rust, obiously cargo # cargo, the best compiler ever" lf # a file manager - gnupg # encryption and so on + gnupg # encryprtion and so on tor-browser-bundle-bin # tor-browser tdesktop # another messenger (telegram) libsForQt5.kdeconnect-kde # communicate with my phone imagemagick # convertion and so on nerdfonts # nice fonts, u know + alacritty # terminal ]; } |