This commit is contained in:
Schrottkatze 2023-04-10 17:54:39 +02:00
parent 9f66453c4a
commit ceccab3cb9
4 changed files with 40 additions and 39 deletions

View file

@ -111,13 +111,12 @@
# _JAVA_OPTIONS = "-Dsun.java2d.uiScale=2";
# };
hardware.bluetooth.enable = true;
hardware.keyboard.uhk.enable = true;
hardware.keyboard.uhk.enable = true;
hardware.enableRedistributableFirmware = true;
# missing: menu-qalc picom-jonaburg
environment.systemPackages = with pkgs; [
# TODO: clean up.
android-tools
];
environment.pathsToLink = [
@ -126,6 +125,8 @@
services.blueman.enable = true;
programs.adb.enable = true;
services.gnome.gnome-keyring.enable = true;
programs.seahorse.enable = true;
security.pam.services.jade.enableGnomeKeyring = true;