Compare commits

..

5 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
40befe6ba6 Remove the dotreminders 2022-09-14 09:26:29 +03:00
25feae848e Set dotreminders 2022-01-24 15:34:01 +02:00
c96c11e71f Remove remind 2022-01-24 13:50:56 +02: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 = {
@ -97,7 +95,6 @@
{
${pkgs.oathToolkit}/bin/oathtool --totp --base32 $(${pkgs.pass}/bin/pass show $1)
}
${pkgs.remind}/bin/rem
'';
plugins = [
{