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, 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
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue