mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-07-06 21:16:35 +05:30
14 lines
202 B
Nix
14 lines
202 B
Nix
{pkgs, ...}: {
|
|
programs.rbw = {
|
|
enable = true;
|
|
settings = {
|
|
base_url = "https://bw.tux.rs";
|
|
email = "0xtux@pm.me";
|
|
};
|
|
};
|
|
|
|
home.packages = with pkgs; [
|
|
bitwarden
|
|
];
|
|
}
|