system/packages-gui: add bitwarden for polkit actions
This commit is contained in:
parent
b310b4e691
commit
a6b826f089
2 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
|||
{ config, lib, pkgs, ... }: {
|
||||
config = lib.mkIf config.me.gui {
|
||||
environment.systemPackages = with pkgs; [
|
||||
bitwarden-desktop
|
||||
gparted
|
||||
nautilus
|
||||
];
|
||||
|
|
|
|||
|
|
@ -30,7 +30,6 @@ in {
|
|||
nodePackages_latest.pnpm
|
||||
] ++ lib.optionals config.me.gui [
|
||||
android-studio
|
||||
bitwarden-desktop
|
||||
ciscoPacketTracer8
|
||||
drawio
|
||||
element-desktop
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue