diff --git a/roles/home/common.nix b/roles/home/common.nix index 6f54d2d..b084bb4 100644 --- a/roles/home/common.nix +++ b/roles/home/common.nix @@ -15,9 +15,7 @@ let tree ] ++ lib.optional (!pkgs.stdenv.isDarwin) pastebinit; - unstablePkgs = with pkgs.unstablePkgs; [ - aider-chat-full - ]; + unstablePkgs = with pkgs.unstablePkgs; [ aider-chat ]; in { imports = [ @@ -28,7 +26,7 @@ in home = { packages = stablePkgs ++ unstablePkgs; - + stateVersion = "24.11"; }; }