1
0
mirror of https://github.com/kmein/niveum synced 2026-03-19 19:41:08 +01:00

feat(homeros): activate kdeconnect

This commit is contained in:
Kierán Meinhardt
2020-04-14 15:40:38 +02:00
parent a4a69fed1c
commit b5fdf77cee
2 changed files with 3 additions and 2 deletions

View File

@@ -6,8 +6,8 @@
home-manager.users.me = { home-manager.users.me = {
services.kdeconnect = { services.kdeconnect = {
enable = false; enable = true;
indicator = false; indicator = true;
}; };
}; };
} }

View File

@@ -2,6 +2,7 @@
{ {
imports = [ imports = [
<niveum/configs/default.nix> <niveum/configs/default.nix>
<niveum/configs/kdeconnect.nix>
./hardware-configuration.nix ./hardware-configuration.nix
]; ];