mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-01-19 01:21:39 +01:00
added kde connect
This commit is contained in:
parent
f0ee6d184a
commit
dfc96d8271
2 changed files with 8 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
||||||
./tmux
|
./tmux
|
||||||
./git
|
./git
|
||||||
./neovim
|
./neovim
|
||||||
|
./kdeconnect
|
||||||
./packages.nix
|
./packages.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
7
users/rouven/modules/kdeconnect/default.nix
Normal file
7
users/rouven/modules/kdeconnect/default.nix
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
{ config, pkgs, ... }:
|
||||||
|
{
|
||||||
|
services.kdeconnect = {
|
||||||
|
enable = true;
|
||||||
|
indicator = true;
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in a new issue