diff --git a/SwarselSystems.org b/SwarselSystems.org index 6b3a967..6db26c8 100644 --- a/SwarselSystems.org +++ b/SwarselSystems.org @@ -8599,6 +8599,7 @@ This holds packages that I can use as provided, or with small modifications (as nix-visualize nix-init nix-inspect + nixpkgs-review manix comma @@ -9509,6 +9510,7 @@ Here we set some aliases (some of them should be shellApplications instead) as w programs.zellij = { enable = true; + enableZshIntegration = true; }; home.packages = with pkgs; [ @@ -11071,10 +11073,11 @@ The rest of the settings is at [[#h:bbf2ecb6-c8ff-4462-b5d5-d45b28604ddf][work]] docker postman rclone - awscli2 + stable.awscli2 libguestfs-with-appliance stable.prometheus.cli tigervnc + openstackclient ]; home.sessionVariables = { diff --git a/profiles/home/common/packages.nix b/profiles/home/common/packages.nix index cbc9353..65a4032 100644 --- a/profiles/home/common/packages.nix +++ b/profiles/home/common/packages.nix @@ -51,6 +51,7 @@ nix-visualize nix-init nix-inspect + nixpkgs-review manix comma diff --git a/profiles/home/common/zellij.nix b/profiles/home/common/zellij.nix index 26f7153..9b0523e 100644 --- a/profiles/home/common/zellij.nix +++ b/profiles/home/common/zellij.nix @@ -3,6 +3,7 @@ programs.zellij = { enable = true; + enableZshIntegration = true; }; home.packages = with pkgs; [ diff --git a/profiles/home/optional/work.nix b/profiles/home/optional/work.nix index 340581e..b3814c9 100644 --- a/profiles/home/optional/work.nix +++ b/profiles/home/optional/work.nix @@ -7,10 +7,11 @@ docker postman rclone - awscli2 + stable.awscli2 libguestfs-with-appliance stable.prometheus.cli tigervnc + openstackclient ]; home.sessionVariables = {