From e6faebbb4776ea74c6f8d45059d9f42cba47ce43 Mon Sep 17 00:00:00 2001 From: Joey Hafner Date: Tue, 10 Sep 2024 12:45:54 -0700 Subject: [PATCH] Fix typo --- nixos/hosts/xps13_9350/home.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nixos/hosts/xps13_9350/home.nix b/nixos/hosts/xps13_9350/home.nix index 5f2bb33b..fa5956e0 100644 --- a/nixos/hosts/xps13_9350/home.nix +++ b/nixos/hosts/xps13_9350/home.nix @@ -16,7 +16,7 @@ plugins = [ { name = "zsh-autosuggestions"; - src = pkgs.fetchFromGithub { + src = pkgs.fetchFromGitHub { owner = "zsh-users"; repo = "zsh-autosuggestions"; rev = "v0.7.0"; @@ -25,7 +25,7 @@ } { name = "zsh-completions"; - src = pkgs.fetchFromGithub { + src = pkgs.fetchFromGitHub { owner = "zsh-users"; repo = "zsh-completions"; rev = "v0.35.0"; @@ -34,7 +34,7 @@ } { name = "zsh-syntax-highlighting"; - src = pkgs.fetchFromGithub { + src = pkgs.fetchFromGitHub { owner = "zsh-users"; repo = "zsh-syntax-highlighting"; rev = "v0.8.0"; @@ -43,7 +43,7 @@ } { name = "zsh-shift-select"; - src = pkgs.fetchFromGithub { + src = pkgs.fetchFromGitHub { owner = "jirutka"; repo = "zsh-shift-select"; rev = "v0.1.1";