Skip to content

Commit

Permalink
Move NixOS between Fedora and MacPorts
Browse files Browse the repository at this point in the history
  • Loading branch information
leifhelm committed Feb 20, 2024
1 parent f3c5fab commit b3364c5
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,12 @@ yay -S cfonts
sudo dnf install cfonts
```

#### [NixOS](https://search.nixos.org/packages?show=cfonts)

``` sh
nix-env -iA nixos.cfonts
```

#### [MacPorts](https://ports.macports.org/port/cfonts/)

```sh
Expand All @@ -97,13 +103,6 @@ sudo port install cfonts
cargo install cfonts
```

#### [NixOS](https://search.nixos.org/packages?show=cfonts)

``` sh
nix-env -iA nixos.cfonts
```


### NodeJs

#### [npm](https://www.npmjs.com/package/cfonts)
Expand Down

0 comments on commit b3364c5

Please sign in to comment.