Skip to content

Commit

Permalink
Added install instructions for NixOS (#355)
Browse files Browse the repository at this point in the history
Added instructions to install figma-linux in the most straight-forward and simple way. Tested the instructions myself on my machine running Linux Nixos 6.1.63
  • Loading branch information
1MuhammadYahya authored Dec 23, 2023
1 parent 5bc301a commit d76693e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,11 @@ Download the .rpm package from our [Releases](https://github.com/Figma-Linux/fig
sudo dnf install figma-linux-*.x86_64.rpm
```

### Nixos
On Nixos, you may add `figma-linux` in the `environment.systemPackages` list of your `/etc/nixos/configuration.nix` and run:
```bash
sudo nixos-rebuild switch
```

## Building from source

Expand Down

0 comments on commit d76693e

Please sign in to comment.