Compare commits
5 Commits
79ea172898
...
master
Author | SHA1 | Date | |
---|---|---|---|
8f2da056bd | |||
c06b8dc872 | |||
40befe6ba6 | |||
25feae848e | |||
c96c11e71f |
@ -30,11 +30,9 @@
|
|||||||
# The 30 is the minimum amplitude
|
# The 30 is the minimum amplitude
|
||||||
# The amod means amplitude modulation
|
# The amod means amplitude modulation
|
||||||
noise = "${pkgs.sox}/bin/play -n synth brownnoise synth pinknoise mix synth sine amod 0.2 30";
|
noise = "${pkgs.sox}/bin/play -n synth brownnoise synth pinknoise mix synth sine amod 0.2 30";
|
||||||
ed = "${pkgs.myEmacs}/bin/emacsclient -c";
|
|
||||||
};
|
};
|
||||||
enableAutosuggestions = true;
|
enableAutosuggestions = true;
|
||||||
sessionVariables = {
|
sessionVariables = {
|
||||||
EDITOR = "${pkgs.myVim}/bin/vim";
|
|
||||||
PAGER = "less";
|
PAGER = "less";
|
||||||
};
|
};
|
||||||
history = {
|
history = {
|
||||||
@ -97,7 +95,6 @@
|
|||||||
{
|
{
|
||||||
${pkgs.oathToolkit}/bin/oathtool --totp --base32 $(${pkgs.pass}/bin/pass show $1)
|
${pkgs.oathToolkit}/bin/oathtool --totp --base32 $(${pkgs.pass}/bin/pass show $1)
|
||||||
}
|
}
|
||||||
${pkgs.remind}/bin/rem
|
|
||||||
'';
|
'';
|
||||||
plugins = [
|
plugins = [
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user