Home Gen429 @ 2024-11-02-14:11

This commit is contained in:
Jonas Röger 2024-11-02 14:11:06 +01:00
parent bae5b9b57a
commit 1cab8e244b
2 changed files with 5 additions and 0 deletions

View File

@ -8,6 +8,7 @@
../modules/home/doom
../modules/home/firefox.nix
../modules/home/hyprland
../modules/home/kdeconnect.nix
../modules/home/kitty
../modules/home/ranger
../modules/home/ssh.nix

View File

@ -0,0 +1,4 @@
{...}: {
services.kdeconnect.enable = true;
services.kdeconnect.indicator = true;
}