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:
@@ -6,8 +6,8 @@
|
|||||||
|
|
||||||
home-manager.users.me = {
|
home-manager.users.me = {
|
||||||
services.kdeconnect = {
|
services.kdeconnect = {
|
||||||
enable = false;
|
enable = true;
|
||||||
indicator = false;
|
indicator = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
<niveum/configs/default.nix>
|
<niveum/configs/default.nix>
|
||||||
|
<niveum/configs/kdeconnect.nix>
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user