feat: Added stuff

This commit is contained in:
uttarayan21
2025-07-15 23:58:03 +05:30
parent 28f3b6aba1
commit dc1dfbf389
6 changed files with 42 additions and 15 deletions

View File

@@ -16,8 +16,8 @@ in {
services.kdeconnect.enable = linux_gui;
services.kdeconnect.indicator = linux_gui;
services.swayosd.enable = linux_gui;
services.swaync.enable = linux_gui;
# services.swayosd.enable = linux_gui;
# services.swaync.enable = linux_gui;
# services.nextcloud-client = {
# enable = device.hasGui;
# startInBackground = true;

3
home/services/swaync.nix Normal file
View File

@@ -0,0 +1,3 @@
{...}: {
services.swaync.enable = true;
}

View File

@@ -0,0 +1,3 @@
{...}: {
services.swayosd.enable = true;
}