feat: don't use swayosd on macos

This commit is contained in:
uttarayan21
2025-07-22 17:20:56 +05:30
parent 5e39a94872
commit d179a45db8
4 changed files with 20 additions and 16 deletions

View File

@@ -16,9 +16,10 @@ in {
services.kdeconnect.enable = linux_gui;
services.kdeconnect.indicator = linux_gui;
home.packages = with pkgs; [
ncpamixer
];
home.packages = with pkgs;
lib.optionals linux_gui [
ncpamixer
];
# services.swayosd.enable = linux_gui;
# services.swaync.enable = linux_gui;
# services.nextcloud-client = {