move kdeconnect settings to nixosModule

This commit is contained in:
Vinzenz Schroeter 2025-09-13 14:56:45 +02:00
parent a63f1c69c7
commit 16422ccbd7
7 changed files with 56 additions and 36 deletions

View file

@ -16,16 +16,7 @@
name = "adwaita-dark";
};
services = {
kdeconnect = {
enable = true;
# this still shows up in gnome session starting with 25.05
# indicator = true;
};
mako = {
enable = true;
};
};
services.mako.enable = true;
programs.niri.settings = {
input.keyboard.xkb.layout = "de";