feat: kdeconnect
This commit is contained in:
parent
d0d9f0fc00
commit
a38b61ca8a
|
@ -7,6 +7,7 @@
|
||||||
./xmodmap
|
./xmodmap
|
||||||
|
|
||||||
# ./wine.nix
|
# ./wine.nix
|
||||||
|
./kdeconnect
|
||||||
./steam.nix
|
./steam.nix
|
||||||
./docker.nix
|
./docker.nix
|
||||||
./misc.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;
|
# lines = 7;
|
||||||
# fullscreen = false;
|
# fullscreen = false;
|
||||||
cycle = true;
|
cycle = true;
|
||||||
theme = "solarized_alternate";
|
theme = "purple";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue