revert to waybar, fix imports, improve modularity

This commit is contained in:
alisceon 2026-03-18 09:49:43 +01:00
parent 55d0a4254e
commit 0db4955f41
7 changed files with 61 additions and 50 deletions

View file

@ -17,6 +17,7 @@
environment.systemPackages = [
pkgs.bluetui
pkgs.wakeonlan
pkgs.samba
];
systemd.services.fprintd = {
@ -33,6 +34,11 @@
tuned.enable = true;
};
hardware.graphics = {
enable = true;
enable32Bit = true;
};
hardware.bluetooth = {
enable = true;
powerOnBoot = true;