mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-25 04:02:11 +02:00
picom: Don't use systemd service
No need to start picom in Hyprland.
This commit is contained in:
parent
1901a33e87
commit
8d2a1685ec
@ -1,3 +1,5 @@
|
|||||||
|
{ lib, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
services.picom = rec {
|
services.picom = rec {
|
||||||
enable = true;
|
enable = true;
|
||||||
@ -38,4 +40,6 @@
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
systemd.user.services.picom = lib.mkForce { };
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user