diff --git a/home/firefox.nix b/home/firefox.nix index dc04b3f8..f08b9d38 100644 --- a/home/firefox.nix +++ b/home/firefox.nix @@ -36,7 +36,7 @@ }; arkenfox.enable = true; - arkenfox.version = "master"; + arkenfox.version = "126_0_1"; profiles.Default.arkenfox = { enable = true; diff --git a/home/zsh/default.nix b/home/zsh/default.nix index 71726846..90be2169 100644 --- a/home/zsh/default.nix +++ b/home/zsh/default.nix @@ -10,7 +10,7 @@ in { programs.zsh = { enable = true; - enableAutosuggestions = true; + enableAutosuggestions.enable = true; syntaxHighlighting.enable = true; defaultKeymap = "viins"; autocd = false;