system/packages-gui: add bitwarden for polkit actions

This commit is contained in:
LavaDesu 2025-04-23 18:15:18 +10:00
parent b310b4e691
commit a6b826f089
Signed by: cilly
GPG key ID: 6500251E087653C9
2 changed files with 1 additions and 1 deletions

View file

@ -1,6 +1,7 @@
{ config, lib, pkgs, ... }: { { config, lib, pkgs, ... }: {
config = lib.mkIf config.me.gui { config = lib.mkIf config.me.gui {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
bitwarden-desktop
gparted gparted
nautilus nautilus
]; ];

View file

@ -30,7 +30,6 @@ in {
nodePackages_latest.pnpm nodePackages_latest.pnpm
] ++ lib.optionals config.me.gui [ ] ++ lib.optionals config.me.gui [
android-studio android-studio
bitwarden-desktop
ciscoPacketTracer8 ciscoPacketTracer8
drawio drawio
element-desktop element-desktop