Compare commits
No commits in common. "master" and "79ea172898de3604e21424c6b6c6051ddc21ed09" have entirely different histories.
master
...
79ea172898
@ -30,9 +30,11 @@
|
|||||||
# 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 = {
|
||||||
@ -95,6 +97,7 @@
|
|||||||
{
|
{
|
||||||
${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