An open API service indexing awesome lists of open source software.

https://github.com/asukaminato0721/notion-app-electron-nix


https://github.com/asukaminato0721/notion-app-electron-nix

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Notion App for NixOS

An unofficial Nix flake for the Notion desktop application, packaged for Linux systems, modified from

## Features

- Packages Notion desktop app v4.3.0 for Linux
- Uses system Electron (version 33)
- Includes necessary native modules (better-sqlite3, bufferutil)
- Proper Linux desktop integration
- Fixes for Linux-specific issues:
- Proper tray menu implementation
- Single instance handling
- Spellchecker language selector fix
- Disabled auto-updates

## Usage

```
git clone ...
cd notion-app-electron
NIXPKGS_ALLOW_UNFREE=1 nix build --impure .#
```