ma tools: shuffle
This commit is contained in:
parent
f2b532c7ea
commit
8f10933423
@ -9,7 +9,7 @@
|
||||
dex2jar
|
||||
apktool
|
||||
jd-gui
|
||||
android-studio
|
||||
# android-studio
|
||||
jdk
|
||||
jre
|
||||
openssl
|
||||
|
@ -3,7 +3,7 @@
|
||||
{
|
||||
users.users.makefu.packages = with pkgs; [
|
||||
taskwarrior
|
||||
pass
|
||||
(pass.withExtensions (ext: [ ext.pass-otp ]))
|
||||
gopass
|
||||
mutt
|
||||
weechat
|
||||
|
@ -6,7 +6,6 @@
|
||||
gimp
|
||||
inkscape
|
||||
libreoffice
|
||||
quodlibet
|
||||
# skype
|
||||
synergy
|
||||
tdesktop
|
||||
|
@ -7,7 +7,7 @@
|
||||
vlc
|
||||
mumble
|
||||
mplayer
|
||||
quodlibet
|
||||
quodlibet # exfalso
|
||||
|
||||
plowshare
|
||||
streamripper
|
||||
|
@ -7,6 +7,8 @@
|
||||
rclone
|
||||
exfat
|
||||
(pkgs.callPackage ./secrets.nix {})
|
||||
|
||||
opensc pcsctools libu2f-host
|
||||
];
|
||||
|
||||
# boot.extraModulePackages = [ config.boot.kernelPackages.exfat-nofuse ];
|
||||
|
@ -1,7 +1,7 @@
|
||||
{ pass, write, writeDash, ... }:
|
||||
|
||||
write "secrets" {
|
||||
"/bin/secrets".link = writeDash "brain" ''
|
||||
"/bin/secrets".link = writeDash "secrets" ''
|
||||
PASSWORD_STORE_DIR=$HOME/.secrets-pass/ \
|
||||
exec ${pass}/bin/pass $@
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user