added obsidian
This commit is contained in:
parent
a6c6e00011
commit
4ef7c58661
3 changed files with 722 additions and 2 deletions
|
|
@ -90,7 +90,12 @@
|
|||
|
||||
# Package Manager
|
||||
nixpkgs = {
|
||||
config.allowUnfree = true;
|
||||
config = {
|
||||
allowUnfree = true;
|
||||
permittedInsecurePackages = [
|
||||
"electron-25.9.0"
|
||||
];
|
||||
};
|
||||
hostPlatform = lib.mkDefault "x86_64-linux";
|
||||
};
|
||||
|
||||
|
|
@ -133,6 +138,7 @@
|
|||
zulip
|
||||
vscode
|
||||
discord
|
||||
obsidian
|
||||
];
|
||||
|
||||
# Fonts
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue