Compare commits

..

2 Commits

Author SHA1 Message Date
8f2da056bd Using myVim was problematic
Problematic because it relies it existing from somewhere magically
2024-07-03 19:22:22 +03:00
c06b8dc872 Remove emacs 2023-05-03 11:53:29 +03:00

View File

@ -30,11 +30,9 @@
# The 30 is the minimum amplitude
# The amod means amplitude modulation
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;
sessionVariables = {
EDITOR = "${pkgs.myVim}/bin/vim";
PAGER = "less";
};
history = {