formatting

This commit is contained in:
Osman Faruk Bayram 2025-06-15 23:53:52 +03:00
parent 83f405f876
commit 83c3165409
2 changed files with 38 additions and 30 deletions

View file

@ -1,4 +1,8 @@
{config, pkgs, ...}: {
{
config,
pkgs,
...
}: {
services.code-server = {
enable = true;
port = 4444;