mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 00:03:55 +01: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 {
|
||||
enable = true;
|
||||
@ -38,4 +40,6 @@
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
systemd.user.services.picom = lib.mkForce { };
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user