This commit is contained in:
Daniel Løvbrøtte Olsen 2019-01-08 22:18:32 +01:00
parent a6e427451e
commit 721c51e470
2 changed files with 3 additions and 3 deletions

View File

@ -31,7 +31,7 @@ home.file.dunst = {
sort = yes sort = yes
idle_threshold = 120 idle_threshold = 120
font = Monospace 12 font = Monospace 11
line_height = 0 line_height = 0
markup = full markup = full
@ -76,7 +76,7 @@ home.file.dunst = {
[shortcuts] [shortcuts]
close = ctrl+space close = ctrl+space
close_all = ctrl+shift+space close_all = ctrl+shift+space
history = ctrl+grave history = ctrl+bar
context = ctrl+shift+period context = ctrl+shift+period
[urgency_low] [urgency_low]

View File

@ -11,7 +11,7 @@
}; };
oh-my-zsh = { oh-my-zsh = {
enable = true; enable = true;
custom = "./oh-my-zsh-custom"; custom = "\$HOME/.config/nixpkgs/nix-dotfiles/config/zsh/oh-my-zsh-custom";
plugins = [ plugins = [
"git" "git"
"sudo" "sudo"