From 2b1ba53706103c7895da9c234e9f44b0ed17678a Mon Sep 17 00:00:00 2001 From: Jacob Bachmann Date: Sat, 13 Jan 2024 01:24:10 +0100 Subject: [PATCH] feat: add obsidian --- modules/nix.nix | 6 ++++++ users/gandalf/modules/gui/programs/default.nix | 1 + 2 files changed, 7 insertions(+) diff --git a/modules/nix.nix b/modules/nix.nix index 983cbbd..5148996 100644 --- a/modules/nix.nix +++ b/modules/nix.nix @@ -11,5 +11,11 @@ }) ]; + # allow EOL version electron for obsidian + # TODO: remove + nixpkgs.config.permittedInsecurePackages = [ + "electron-25.9.0" + ]; + system.stateVersion = "23.05"; } diff --git a/users/gandalf/modules/gui/programs/default.nix b/users/gandalf/modules/gui/programs/default.nix index 614020a..79e16c7 100644 --- a/users/gandalf/modules/gui/programs/default.nix +++ b/users/gandalf/modules/gui/programs/default.nix @@ -20,6 +20,7 @@ telegram-desktop signal-desktop zathura + obsidian ] ++ lib.optionals nixosConfig.bchmnn.printing.enable [ system-config-printer ];