Compare commits
2 Commits
40befe6ba6
...
8f2da056bd
Author | SHA1 | Date | |
---|---|---|---|
8f2da056bd | |||
c06b8dc872 |
@ -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 = {
|
||||||
|
Loading…
Reference in New Issue
Block a user