Jump to content

COSMIC: Difference between revisions

36 bytes added ,  2 November 2023
fix code blocks
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:
Anonymous user