hand7s/kdeconnect: valent init
Signed-off-by: s0me1newithhand7s <117505144+s0me1newithhand7s@users.noreply.github.com>
This commit is contained in:
parent
856132f30b
commit
0b8343e178
2 changed files with 9 additions and 0 deletions
|
|
@ -18,6 +18,7 @@
|
||||||
|
|
||||||
./services/hypridle.nix
|
./services/hypridle.nix
|
||||||
./services/swayidle.nix
|
./services/swayidle.nix
|
||||||
|
./services/kdeconnect.nix
|
||||||
|
|
||||||
./systemd/hyprpanel-service.nix
|
./systemd/hyprpanel-service.nix
|
||||||
./systemd/hyprpolkitagent-service.nix
|
./systemd/hyprpolkitagent-service.nix
|
||||||
|
|
|
||||||
8
hand7s/services/kdeconnect.nix
Normal file
8
hand7s/services/kdeconnect.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
{pkgs, ...}: {
|
||||||
|
services = {
|
||||||
|
kdeconnect = {
|
||||||
|
package = pkgs.valent;
|
||||||
|
indicator = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue