COSMIC: Difference between revisions

imported>Ahoneybun
No edit summary
imported>Ahoneybun
fix code blocks
Line 24: Line 24:
   ];
   ];
}
}
</syntaxhighlight>
</syntaxhighlight>


You would add it to your main configuration.nix file in /etc/nixos/ like this:
You would add it to your main configuration.nix file in /etc/nixos/ like this:


<code>
<syntaxhighlight lang="nix">
 
   imports =
   imports =
       [
       [
Line 34: Line 36:
           ./unstable.nix
           ./unstable.nix
       ];
       ];
</code>
 
</syntaxhighlight>


then rebuild:
then rebuild: