feat: kdeconnect
This commit is contained in:
parent
d0d9f0fc00
commit
a38b61ca8a
|
@ -7,6 +7,7 @@
|
|||
./xmodmap
|
||||
|
||||
# ./wine.nix
|
||||
./kdeconnect
|
||||
./steam.nix
|
||||
./docker.nix
|
||||
./misc.nix
|
||||
|
|
5
modules/applications/kdeconnect.nix
Normal file
5
modules/applications/kdeconnect.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{ pkgs, ... }: {
|
||||
home-manager.users.adrielus = {
|
||||
services.kdeconnect.enable = true;
|
||||
};
|
||||
}
|
|
@ -7,6 +7,6 @@
|
|||
# lines = 7;
|
||||
# fullscreen = false;
|
||||
cycle = true;
|
||||
theme = "solarized_alternate";
|
||||
theme = "purple";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue