added copyq service

This commit is contained in:
cnst
2024-07-28 15:18:29 +02:00
parent 589806fa52
commit 3914f46ba3
11 changed files with 57 additions and 506 deletions

View File

@@ -1,6 +1,7 @@
{
wayland.windowManager.hyprland = {
enable = true;
xwayland.enable = true;
settings = {
source = [
"./land/appearance.conf"

View File

@@ -0,0 +1,5 @@
{
services.copyq = {
enable = true;
};
}