https://github.com/helloworld017/figma-linux-nixos
A flake to fix bugs in figma-linux for nixos
https://github.com/helloworld017/figma-linux-nixos
Last synced: 2 months ago
JSON representation
A flake to fix bugs in figma-linux for nixos
- Host: GitHub
- URL: https://github.com/helloworld017/figma-linux-nixos
- Owner: HelloWorld017
- Created: 2025-01-12T17:34:56.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-12T18:21:21.000Z (over 1 year ago)
- Last Synced: 2025-03-22T06:44:44.187Z (over 1 year ago)
- Language: Nix
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Figma Linux NixOS
This project aims to fix bugs which hinder me from using the Figma in NixOS.
## Bugs
* Hardware Acceleration is not working
* Fonts are not found
* Resizing makes UI glitches.
## Usage
```nix
# 1. Add `figma-linux` to the flake input
figma-linux = {
url = "github:HelloWorld017/figma-linux-nixos";
inputs.nixpkgs.follows = "nixpkgs";
};
# 2. Enable the `fontDir` option in the NixOS module
fonts.fontDir.enable = true
# 3. Use the package
inputs.figma-linux.packages.${system}.default
```
## Upstreaming Plan
* TBD