ma tools: shuffle

This commit is contained in:
makefu 2018-10-21 23:20:51 +02:00
parent f2b532c7ea
commit 8f10933423
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225
6 changed files with 6 additions and 5 deletions

View File

@ -9,7 +9,7 @@
dex2jar dex2jar
apktool apktool
jd-gui jd-gui
android-studio # android-studio
jdk jdk
jre jre
openssl openssl

View File

@ -3,7 +3,7 @@
{ {
users.users.makefu.packages = with pkgs; [ users.users.makefu.packages = with pkgs; [
taskwarrior taskwarrior
pass (pass.withExtensions (ext: [ ext.pass-otp ]))
gopass gopass
mutt mutt
weechat weechat

View File

@ -6,7 +6,6 @@
gimp gimp
inkscape inkscape
libreoffice libreoffice
quodlibet
# skype # skype
synergy synergy
tdesktop tdesktop

View File

@ -7,7 +7,7 @@
vlc vlc
mumble mumble
mplayer mplayer
quodlibet quodlibet # exfalso
plowshare plowshare
streamripper streamripper

View File

@ -7,6 +7,8 @@
rclone rclone
exfat exfat
(pkgs.callPackage ./secrets.nix {}) (pkgs.callPackage ./secrets.nix {})
opensc pcsctools libu2f-host
]; ];
# boot.extraModulePackages = [ config.boot.kernelPackages.exfat-nofuse ]; # boot.extraModulePackages = [ config.boot.kernelPackages.exfat-nofuse ];

View File

@ -1,7 +1,7 @@
{ pass, write, writeDash, ... }: { pass, write, writeDash, ... }:
write "secrets" { write "secrets" {
"/bin/secrets".link = writeDash "brain" '' "/bin/secrets".link = writeDash "secrets" ''
PASSWORD_STORE_DIR=$HOME/.secrets-pass/ \ PASSWORD_STORE_DIR=$HOME/.secrets-pass/ \
exec ${pass}/bin/pass $@ exec ${pass}/bin/pass $@
''; '';