[NixOS] Try a bunch of things to make autorandr work

This commit is contained in:
2023-08-05 22:57:54 -06:00
parent daa887ae23
commit 8865577c38
4 changed files with 13 additions and 7 deletions

View File

@@ -28,7 +28,7 @@ inputs: { pkgs, config, ... }: {
};
services.blueman-applet = {
enable = false;
enable = true;
};
services.taffybar = {