mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
feat(homeros): activate kdeconnect
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
|
||||
home-manager.users.me = {
|
||||
services.kdeconnect = {
|
||||
enable = false;
|
||||
indicator = false;
|
||||
enable = true;
|
||||
indicator = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
{
|
||||
imports = [
|
||||
<niveum/configs/default.nix>
|
||||
<niveum/configs/kdeconnect.nix>
|
||||
./hardware-configuration.nix
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user