mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 11:39:46 +01:00
compton: minor reformatting
This commit is contained in:
parent
9a0f388f66
commit
abfc37076a
1 changed files with 17 additions and 18 deletions
|
@ -284,7 +284,6 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
|
|
||||||
home.packages = [ cfg.package ];
|
home.packages = [ cfg.package ];
|
||||||
|
|
||||||
systemd.user.services.compton = {
|
systemd.user.services.compton = {
|
||||||
|
|
Loading…
Reference in a new issue