diff --git a/configs/default.nix b/configs/default.nix index d3e188a..26049eb 100644 --- a/configs/default.nix +++ b/configs/default.nix @@ -235,6 +235,7 @@ in { ./i3.nix ./i3status-rust.nix ./keyboard.nix + ./kdeconnect.nix {home-manager.users.me.home.file.".XCompose".source = ../lib/keyboards/XCompose;} ./lb.nix ./mpv.nix @@ -298,11 +299,5 @@ in { }; }; } - { - home-manager.users.me = { - services.kdeconnect.enable = true; - services.kdeconnect.indicator = true; - }; - } ]; }