Skip to content

Commit d76693e

Browse files
Added install instructions for NixOS (#355)
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
1 parent 5bc301a commit d76693e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,11 @@ Download the .rpm package from our [Releases](https://github.com/Figma-Linux/fig
110110
sudo dnf install figma-linux-*.x86_64.rpm
111111
```
112112

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

114119
## Building from source
115120

0 commit comments

Comments
 (0)