Enable KDEConnect

This commit is contained in:
Valentin Brandl 2023-12-29 13:53:28 +01:00
parent b38c627677
commit db15c4763a
Signed by: vbrandl
GPG Key ID: CAD4DA1A789125F9
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;
};
}

View File

@ -180,6 +180,7 @@ inputs:
enable = true;
plugins = with pkgs.xfce; [ thunar-archive-plugin thunar-volman ];
};
kdeconnect.enable = true;
};
environment.sessionVariables = {