Enable KDEConnect

This commit is contained in:
2023-12-29 13:53:28 +01:00
parent b38c627677
commit db15c4763a
3 changed files with 8 additions and 0 deletions

View File

@ -20,6 +20,7 @@ user:
./home.nix
./htop.nix
./i3.nix
./kdeconnect.nix
./lsd.nix
./man.nix
./neovim/neovim.nix

6
home/kdeconnect.nix Normal file
View File

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