add kdeconnect
This commit is contained in:
parent
7b2789b363
commit
81556164d7
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
];
|
||||
|
|
4
users/profiles/kdeconnect/default.nix
Normal file
4
users/profiles/kdeconnect/default.nix
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
services.kdeconnect.enable = true;
|
||||
services.kdeconnect.indicator = true;
|
||||
}
|
Loading…
Reference in a new issue