From 209383bc772997724316b1ba9050931dd62f9b74 Mon Sep 17 00:00:00 2001 From: Joey Hafner Date: Tue, 10 Sep 2024 16:52:56 -0700 Subject: [PATCH] Quote package name Remove hallucinated option --- nixos/hosts/xps13_9350/home.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nixos/hosts/xps13_9350/home.nix b/nixos/hosts/xps13_9350/home.nix index 0b833f25..204b841e 100644 --- a/nixos/hosts/xps13_9350/home.nix +++ b/nixos/hosts/xps13_9350/home.nix @@ -5,7 +5,7 @@ home.homeDirectory = "/home/joey"; home.stateVersion = "24.05"; home.packages = [ - fastfetch + "fastfetch" ]; home.file = {}; home.sessionVariables = {}; @@ -16,7 +16,6 @@ enable = true; dotDir = ".config/zsh"; enableCompletion = true; - enableHistory = true; initExtra = [ "bindkey -e" "bindkey '^[[1;5D' backward-word"