Files
dotfiles/home-modules/bitwarden.nix
Lennart J. Kurzweg (Nx2) 68cb4377b7 New Flake Style XPS fix
2025-05-27 12:12:36 +02:00

7 lines
76 B
Nix

{ pkgs, hyper, ... }:
{
home.packages = with pkgs; [
bitwarden
];
}