added adb, secret-tool and thunar archive plugin

This commit is contained in:
Alexander Szczepanski
2021-08-13 10:58:29 +02:00
parent 5d1433962f
commit 33b7815cef
2 changed files with 5 additions and 1 deletions

View File

@ -22,6 +22,7 @@
# };
environment.systemPackages = with pkgs; [
libsecret
baobab
barrier
bitwarden
@ -157,6 +158,8 @@
hardware.bluetooth.enable = true;
programs.adb.enable = true;
services = {
blueman.enable = true;
udev.packages = with pkgs; [ gnome.gnome-settings-daemon ];
@ -193,6 +196,7 @@
enable = true;
noDesktop = true;
enableXfwm = true;
thunarPlugins = [ pkgs.xfce.thunar-archive-plugin ];
};
};
layout = "us";