obsidian notes

This commit is contained in:
Daniel Langbein 2024-02-23 12:55:06 +01:00
parent 19a6c79747
commit b63abdfb56
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002
2 changed files with 2 additions and 10 deletions

View File

@ -20,11 +20,12 @@
# https://github.com/NixOS/nixpkgs/issues/69347#issuecomment-534573461
config = {
# Required for unstable.obsidian (see obsidan.nix)
allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
# Required for unstable.obsidian (see obsidan.nix)
"obsidian"
];
permittedInsecurePackages = [
# Required for unstable.obsidian (see obsidan.nix)
"electron-25.9.0"
];

View File

@ -1,11 +1,5 @@
{ config, pkgs, lib, ... }:
{
# TODO.
# As of 01.01.2024, the Electron version of Obsidian does not find some GL libraries.
# Temporary workaround (https://github.com/NixOS/nixpkgs/issues/268490#issuecomment-1817991394):
# export LD_LIBRARY_PATH=$(nix --extra-experimental-features nix-command --extra-experimental-features flakes build --print-out-paths --no-link nixpkgs#libGL)/lib
# obsidian
# TODO: if on wayland and scaling != 1, start obsidian with the following command.
# Sharp fonts.
# obsidian --enable-features=UseOzonePlatform --ozone-platform=x11
@ -16,9 +10,6 @@
# "obsidian"
# ];
# TODO go back to stable nixpkgs.
# - As of 2024-01-01, obsidian did not start on Wayland
# - As of 2024-02-03, obsidian is using an insecure Electron version.
users.users.yoda = {
packages = with pkgs; [
unstable.obsidian # Markdown notes