Add kde connect
This commit is contained in:
parent
ec41580160
commit
0e8c76bba0
1 changed files with 11 additions and 0 deletions
|
@ -5,6 +5,10 @@ in
|
||||||
{
|
{
|
||||||
services = {
|
services = {
|
||||||
network-manager-applet.enable = true;
|
network-manager-applet.enable = true;
|
||||||
|
kdeconnect = {
|
||||||
|
enable = true;
|
||||||
|
indicator = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
xsession = {
|
xsession = {
|
||||||
|
@ -65,6 +69,13 @@ in
|
||||||
programs.autorandr = {
|
programs.autorandr = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
hooks = {
|
||||||
|
postswitch = {
|
||||||
|
"restart-polybar" = "systemctl --user restart polybar";
|
||||||
|
"restart-kde-connect-indicator" = "systemctl --user restart kdeconnect-indicator";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
profiles = {
|
profiles = {
|
||||||
"foureighty-alone" = {
|
"foureighty-alone" = {
|
||||||
fingerprint = {
|
fingerprint = {
|
||||||
|
|
Loading…
Reference in a new issue