home/services/swaync: remove unused variables
This commit is contained in:
parent
75ff00b2e2
commit
d185864012
1 changed files with 1 additions and 7 deletions
|
@ -1,10 +1,4 @@
|
||||||
{
|
{lib, ...}: let
|
||||||
osConfig,
|
|
||||||
lib,
|
|
||||||
lib',
|
|
||||||
...
|
|
||||||
}: let
|
|
||||||
inherit (lib) optionalString;
|
|
||||||
inherit (builtins) readFile;
|
inherit (builtins) readFile;
|
||||||
in {
|
in {
|
||||||
services.swaync = {
|
services.swaync = {
|
||||||
|
|
Loading…
Reference in a new issue