Add bitwarden and add more waybar styling + fixes

This commit is contained in:
2026-01-25 17:08:18 +01:00
parent 5360749f3c
commit ecbc1c1c5b
3 changed files with 55 additions and 6 deletions

7
programs/bitwarden.nix Normal file
View File

@@ -0,0 +1,7 @@
{ pkgs, ...}:
{
home.packages = [
pkgs.bitwarden-desktop
];
}