diff --git a/hm_modules/kdeconnect.nix b/hm_modules/kdeconnect.nix new file mode 100644 index 0000000..44655c3 --- /dev/null +++ b/hm_modules/kdeconnect.nix @@ -0,0 +1,3 @@ +{ + services.kdeconnect = { enable = true; indicator = true; }; +} diff --git a/odin/hm.nix b/odin/hm.nix index 6db183c..b25a1cd 100644 --- a/odin/hm.nix +++ b/odin/hm.nix @@ -138,6 +138,7 @@ # ../hm_modules/joystickwake.nix ../hm_modules/kakoune.nix # ../hm_modules/keepassxc.nix + ../hm_modules/kdeconnect.nix ../hm_modules/kitty.nix ../hm_modules/libinput-gestures.nix ../hm_modules/mangohud.nix