COSMIC: Difference between revisions

imported>Ahoneybun
(fix code blocks)
imported>Ahoneybun
No edit summary
Line 5: Line 5:
Currently packaged in nixpkgs master/unstable are below, one way to install them is to use a configuration file like this:
Currently packaged in nixpkgs master/unstable are below, one way to install them is to use a configuration file like this:


<code>
<syntaxhighlight lang="nix">
 
{ config, pkgs, ...}:
{ config, pkgs, ...}:


Line 23: Line 24:
   ];
   ];
}
}
</code>
</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: