Fix indentation
This commit is contained in:
parent
d45f585c0f
commit
0c19be9823
1 changed files with 1 additions and 3 deletions
|
|
@ -107,11 +107,9 @@ 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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue