Fix indentation

This commit is contained in:
Mike Lloyd 2024-04-22 21:32:27 -07:00
parent d45f585c0f
commit 0c19be9823

View file

@ -107,8 +107,6 @@ More features may follow later.
System Manger is currently only supported on NixOS and Ubuntu. However, it can be used on other distributions by enabling the following: System Manger is currently only supported on NixOS and Ubuntu. However, it can be used on other distributions by enabling the following:
```nix ```nix
{ config, lib, pkgs, ... }:
{ {
config = { config = {
system-manager.allowAnyDistro = true; system-manager.allowAnyDistro = true;