Remove a unused argument

This commit is contained in:
Andreas Zweili 2022-11-03 23:05:38 +01:00
parent 7ed710cec4
commit b641fc9f9d
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
{ inputs, custom, pkgs, ... }:
{ custom, pkgs, ... }:
{
services.code-server = {
enable = true;