COSMIC: Difference between revisions

imported>Ahoneybun
No edit summary
imported>Ahoneybun
fix code blocks
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>
{ config, pkgs, ...}:
{ config, pkgs, ...}:


Line 23: Line 23:
   ];
   ];
}
}
```
</code>


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>
   imports =
   imports =
       [
       [
Line 33: Line 33:
           ./unstable.nix
           ./unstable.nix
       ];
       ];
```
</code>


then rebuild:
then rebuild:


```
<code>
sudo nixos-rebuild switch
sudo nixos-rebuild switch
```
</code>
 
=== COSMIC Comp ===
=== COSMIC Comp ===