summaryrefslogtreecommitdiffstats
path: root/nixos/doc/manual/from_md/configuration/profiles.chapter.xml
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/doc/manual/from_md/configuration/profiles.chapter.xml')
-rw-r--r--nixos/doc/manual/from_md/configuration/profiles.chapter.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/doc/manual/from_md/configuration/profiles.chapter.xml b/nixos/doc/manual/from_md/configuration/profiles.chapter.xml
index 307754a8ee6a..f3aacfc0a245 100644
--- a/nixos/doc/manual/from_md/configuration/profiles.chapter.xml
+++ b/nixos/doc/manual/from_md/configuration/profiles.chapter.xml
@@ -9,7 +9,7 @@
to say, expected usage is to add them to the imports list of your
<literal>/etc/configuration.nix</literal> as such:
</para>
- <programlisting language="bash">
+ <programlisting language="nix">
imports = [
&lt;nixpkgs/nixos/modules/profiles/profile-name.nix&gt;
];