Compare commits
No commits in common. "8f2da056bd8dca9e18fd6d080a022373099b94d6" and "40befe6ba629d0673ae3d71adbf92ed7a11e1cb0" have entirely different histories.
8f2da056bd
...
40befe6ba6
@ -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 = {
|
||||||
|
Loading…
Reference in New Issue
Block a user