formatting
This commit is contained in:
parent
83f405f876
commit
83c3165409
2 changed files with 38 additions and 30 deletions
|
|
@ -1,4 +1,8 @@
|
|||
{config, pkgs, ...}: {
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
services.code-server = {
|
||||
enable = true;
|
||||
port = 4444;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue