diff options
author | sils <sils@sils.li> | 2023-06-18 12:25:42 +0200 |
---|---|---|
committer | sils <sils@sils.li> | 2023-06-18 12:25:42 +0200 |
commit | 0f1ec39a2a5136961172fc3c84db3e6c55147b08 (patch) | |
tree | df7904a9b05a213182b107e109a02aceb7534fe6 | |
parent | Feat(s/users): Re-enable autologin (diff) | |
download | nix-config-0f1ec39a2a5136961172fc3c84db3e6c55147b08.tar.gz nix-config-0f1ec39a2a5136961172fc3c84db3e6c55147b08.zip |
Fix(u/sils/packages): Add xdg-utils, git-crypt; Remove neovim
Diffstat (limited to '')
-rw-r--r-- | users/sils/packages/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/users/sils/packages/default.nix b/users/sils/packages/default.nix index 1991c4e..527d529 100644 --- a/users/sils/packages/default.nix +++ b/users/sils/packages/default.nix @@ -16,11 +16,11 @@ tree # tree view of directories nmap # network scanning rofi # application launcher - xdg-utils # mainly used for xdg-open + xdg-utils # mainly used for xdg-openA + git-crypt # obscure git repos # text production/office libreoffice # graphical office suite - neovim # text editor pdfarranger # gui for pdf arranging # LaTeX |