Skip to content

Commit

Permalink
_1password CLI is now _1password-cli
Browse files Browse the repository at this point in the history
Signed-off-by: billimek <jeff@billimek.com>
  • Loading branch information
billimek committed Dec 16, 2024
1 parent a2751c7 commit ce5f1d8
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion home-manager/jeff_cloud.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
homeDirectory = lib.mkDefault "/home/${config.home.username}";
stateVersion = lib.mkDefault "23.11";
packages = with pkgs; [
_1password
_1password-cli
nfs-utils
calibre
];
Expand Down
2 changes: 1 addition & 1 deletion home-manager/jeff_home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
homeDirectory = lib.mkDefault "/home/${config.home.username}";
stateVersion = lib.mkDefault "23.11";
packages = with pkgs; [
_1password
_1password-cli
nfs-utils
calibre
];
Expand Down
2 changes: 1 addition & 1 deletion home-manager/nix_k3s-0.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
homeDirectory = lib.mkDefault "/home/${config.home.username}";
stateVersion = lib.mkDefault "23.11";
packages = with pkgs; [
_1password
_1password-cli
gcc
];
};
Expand Down
2 changes: 1 addition & 1 deletion home-manager/nix_k3s-f.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
homeDirectory = lib.mkDefault "/home/${config.home.username}";
stateVersion = lib.mkDefault "23.11";
packages = with pkgs; [
_1password
_1password-cli
gcc
];
};
Expand Down
2 changes: 1 addition & 1 deletion home-manager/nix_k3s-g.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
homeDirectory = lib.mkDefault "/home/${config.home.username}";
stateVersion = lib.mkDefault "23.11";
packages = with pkgs; [
_1password
_1password-cli
gcc
];
};
Expand Down
2 changes: 1 addition & 1 deletion home-manager/nix_k3s-h.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
homeDirectory = lib.mkDefault "/home/${config.home.username}";
stateVersion = lib.mkDefault "23.11";
packages = with pkgs; [
_1password
_1password-cli
gcc
];
};
Expand Down
2 changes: 1 addition & 1 deletion home-manager/nix_nas.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
homeDirectory = lib.mkDefault "/home/${config.home.username}";
stateVersion = lib.mkDefault "23.11";
packages = with pkgs; [
_1password
_1password-cli
gcc
];
};
Expand Down

0 comments on commit ce5f1d8

Please sign in to comment.