Compare commits

..

No commits in common. "ff3e42266370e88c884cd36b837b3d8d204499ed" and "f6112ee0ce9f74c792c002791c3b82dfb5b3cd10" have entirely different histories.

View file

@ -14,8 +14,6 @@
# environment.
home.packages = with pkgs; [
colordiff
duplicity
deja-dup
firefox
jetbrains-mono
keepassxc
@ -56,30 +54,6 @@
accounts.email.maildirBasePath = ".mbsync";
#########
# DCONF #
#########
dconf.settings = {
"org/gnome/settings-daemon/plugins/media-keys" = {
"home" = ["<Super>f"];
"custom-keybindings" = [
"/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/"
"/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom1/"
];
};
"org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0" = {
"binding" = "<Super>Return";
"command" = "emacsclient";
"name" = "Emacs (Client)";
};
"org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom1" = {
"binding" = "<Super>t";
"command" = "emacsclient -c -e '(progn (set-frame-size nil 80 24) (vterm t))'";
"name" = "Terminal (Emacs Vterm)";
};
};
############
# PROGRAMS #
############