feat: add obsidian

This commit is contained in:
Jacob Bachmann 2024-01-13 01:24:10 +01:00
parent ac14fe8b97
commit 2b1ba53706
Signed by: bchmnn
GPG key ID: 732A612DAD28067D
2 changed files with 7 additions and 0 deletions

View file

@ -11,5 +11,11 @@
})
];
# allow EOL version electron for obsidian
# TODO: remove
nixpkgs.config.permittedInsecurePackages = [
"electron-25.9.0"
];
system.stateVersion = "23.05";
}