From 721c51e470ef51b41a805ae353f161934727b590 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20L=C3=B8vbr=C3=B8tte=20Olsen?= Date: Tue, 8 Jan 2019 22:18:32 +0100 Subject: [PATCH] not sure --- config/dunstrc.nix | 4 ++-- config/zsh/zsh.nix | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/dunstrc.nix b/config/dunstrc.nix index ece951b..5195d03 100644 --- a/config/dunstrc.nix +++ b/config/dunstrc.nix @@ -31,7 +31,7 @@ home.file.dunst = { sort = yes idle_threshold = 120 - font = Monospace 12 + font = Monospace 11 line_height = 0 markup = full @@ -76,7 +76,7 @@ home.file.dunst = { [shortcuts] close = ctrl+space close_all = ctrl+shift+space - history = ctrl+grave + history = ctrl+bar context = ctrl+shift+period [urgency_low] diff --git a/config/zsh/zsh.nix b/config/zsh/zsh.nix index 2b57e44..6af6310 100644 --- a/config/zsh/zsh.nix +++ b/config/zsh/zsh.nix @@ -11,7 +11,7 @@ }; oh-my-zsh = { enable = true; - custom = "./oh-my-zsh-custom"; + custom = "\$HOME/.config/nixpkgs/nix-dotfiles/config/zsh/oh-my-zsh-custom"; plugins = [ "git" "sudo"