https://github.com/asukaminato0721/notion-app-electron-nix
https://github.com/asukaminato0721/notion-app-electron-nix
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/asukaminato0721/notion-app-electron-nix
- Owner: asukaminato0721
- Created: 2025-02-15T13:20:09.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2025-02-15T13:20:11.000Z (4 months ago)
- Last Synced: 2025-02-16T03:09:51.366Z (4 months ago)
- Language: Nix
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 .#
```