rin/packages,system/packages-gui: remove bitwarden
couldn't get polkit working, remove for now
This commit is contained in:
parent
23693d7268
commit
ba2c4f9f33
2 changed files with 2 additions and 3 deletions
|
|
@ -1,8 +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
|
||||||
];
|
];
|
||||||
programs.adb.enable = true;
|
programs.adb.enable = true;
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ let
|
||||||
in {
|
in {
|
||||||
programs.firefox = {
|
programs.firefox = {
|
||||||
enable = true;
|
enable = true;
|
||||||
nativeMessagingHosts = [ pkgs.bitwarden-desktop ];
|
nativeMessagingHosts = [];
|
||||||
};
|
};
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue