From ab4f75c23f1d31c85ca741d9a9fd794bae6b4b4a Mon Sep 17 00:00:00 2001 From: Alexander Kobjolke Date: Thu, 21 Mar 2024 22:29:42 +0100 Subject: [PATCH] chore(dregil): Update nixpkgs and home-manager --- flake.lock | 12 ++++++------ home/alex/cli.nix | 1 - home/alex/programs/shell/default.nix | 2 +- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/flake.lock b/flake.lock index 78de639..248032b 100644 --- a/flake.lock +++ b/flake.lock @@ -219,11 +219,11 @@ ] }, "locked": { - "lastModified": 1710164657, - "narHash": "sha256-l64+ZjaQAVkHDVaK0VHwtXBdjcBD6nLBD+p7IfyBp/w=", + "lastModified": 1710974515, + "narHash": "sha256-jZpdsypecYTOO9l12Vy77otGmh9uz8tGzcguifA30Vs=", "owner": "nix-community", "repo": "home-manager", - "rev": "017b12de5b899ef9b64e2c035ce257bfe95b8ae2", + "rev": "1c2acec99933f9835cc7ad47e35303de92d923a4", "type": "github" }, "original": { @@ -435,11 +435,11 @@ }, "nixpkgs-unstable": { "locked": { - "lastModified": 1709961763, - "narHash": "sha256-6H95HGJHhEZtyYA3rIQpvamMKAGoa8Yh2rFV29QnuGw=", + "lastModified": 1710806803, + "narHash": "sha256-qrxvLS888pNJFwJdK+hf1wpRCSQcqA6W5+Ox202NDa0=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "3030f185ba6a4bf4f18b87f345f104e6a6961f34", + "rev": "b06025f1533a1e07b6db3e75151caa155d1c7eb3", "type": "github" }, "original": { diff --git a/home/alex/cli.nix b/home/alex/cli.nix index 8a5f5d7..fa89cb4 100644 --- a/home/alex/cli.nix +++ b/home/alex/cli.nix @@ -124,7 +124,6 @@ in { ${myEza} = { enable = true; icons = true; - enableAliases = true; }; starship = { enable = true; }; diff --git a/home/alex/programs/shell/default.nix b/home/alex/programs/shell/default.nix index 2a7adf6..d5db9b4 100644 --- a/home/alex/programs/shell/default.nix +++ b/home/alex/programs/shell/default.nix @@ -9,7 +9,7 @@ programs.zsh = { enable = true; - enableAutosuggestions = true; + autosuggestion.enable = true; oh-my-zsh = { enable = true; plugins = [ "git" "fzf" "fd" "z" ];