aboutsummaryrefslogtreecommitdiff
path: root/environments
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2020-05-05 12:55:05 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2020-05-05 12:55:05 +0200
commit91b3d06b6a9147e0e03b49d25cdcecb8a617a4f7 (patch)
tree567fcdf23483fdf11a5f27319f4b120e2e64c4c5 /environments
parent9271611c189a3ed4129d3b98422f86ab3f774f10 (diff)
downloadNix-91b3d06b6a9147e0e03b49d25cdcecb8a617a4f7.tar.gz
Nix-91b3d06b6a9147e0e03b49d25cdcecb8a617a4f7.tar.zst
Nix-91b3d06b6a9147e0e03b49d25cdcecb8a617a4f7.zip
Add file manager
Diffstat (limited to 'environments')
-rw-r--r--environments/immae-eu.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/environments/immae-eu.nix b/environments/immae-eu.nix
index a7dfda1..e726c59 100644
--- a/environments/immae-eu.nix
+++ b/environments/immae-eu.nix
@@ -88,6 +88,7 @@ let
88 vimPlugins.vim-plug 88 vimPlugins.vim-plug
89 (vim_configurable.override { python = python3; }) 89 (vim_configurable.override { python = python3; })
90 mailcap 90 mailcap
91 webapps.surfer
91 92
92 # password management 93 # password management
93 (pass.withExtensions (exts: [ exts.pass-otp ])) apg pwgen 94 (pass.withExtensions (exts: [ exts.pass-otp ])) apg pwgen