ma tools: shuffle
This commit is contained in:
parent
f2b532c7ea
commit
8f10933423
@ -9,7 +9,7 @@
|
|||||||
dex2jar
|
dex2jar
|
||||||
apktool
|
apktool
|
||||||
jd-gui
|
jd-gui
|
||||||
android-studio
|
# android-studio
|
||||||
jdk
|
jdk
|
||||||
jre
|
jre
|
||||||
openssl
|
openssl
|
||||||
|
@ -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
|
||||||
|
@ -6,7 +6,6 @@
|
|||||||
gimp
|
gimp
|
||||||
inkscape
|
inkscape
|
||||||
libreoffice
|
libreoffice
|
||||||
quodlibet
|
|
||||||
# skype
|
# skype
|
||||||
synergy
|
synergy
|
||||||
tdesktop
|
tdesktop
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
vlc
|
vlc
|
||||||
mumble
|
mumble
|
||||||
mplayer
|
mplayer
|
||||||
quodlibet
|
quodlibet # exfalso
|
||||||
|
|
||||||
plowshare
|
plowshare
|
||||||
streamripper
|
streamripper
|
||||||
|
@ -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 ];
|
||||||
|
@ -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 $@
|
||||||
'';
|
'';
|
||||||
|
Loading…
Reference in New Issue
Block a user