9 lines
126 B
Nix
9 lines
126 B
Nix
{ pkgs, hyper ... }:
|
|
lib.mkIf (hyper.host != "NxACE")
|
|
{
|
|
home.packages = with pkgs; [
|
|
bitwarden
|
|
bitwarden-cli
|
|
];
|
|
}
|