Compare commits
2 commits
f6112ee0ce
...
ff3e422663
Author | SHA1 | Date | |
---|---|---|---|
ff3e422663 | |||
a3b092a3f8 |
1 changed files with 26 additions and 0 deletions
|
@ -14,6 +14,8 @@
|
|||
# environment.
|
||||
home.packages = with pkgs; [
|
||||
colordiff
|
||||
duplicity
|
||||
deja-dup
|
||||
firefox
|
||||
jetbrains-mono
|
||||
keepassxc
|
||||
|
@ -54,6 +56,30 @@
|
|||
|
||||
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 #
|
||||
############
|
||||
|
|
Loading…
Add table
Reference in a new issue