add kdeconnect

This commit is contained in:
Bad 2021-05-16 00:37:03 +02:00
parent 7b2789b363
commit 81556164d7
2 changed files with 5 additions and 1 deletions

View file

@ -1,6 +1,6 @@
{ pkgs, ... }:
{
imports = [ ../profiles/direnv ../profiles/git ../profiles/zsh ../profiles/neovim ../profiles/syncthing ];
imports = [ ../profiles/direnv ../profiles/git ../profiles/zsh ../profiles/neovim ../profiles/syncthing ../profiles/kdeconnect ];
home.packages = with pkgs; [
arc-theme
];

View file

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