feat: add obsidian to candlekeep
This commit is contained in:
parent
4a794c6727
commit
a049042bb6
2 changed files with 17 additions and 0 deletions
9
home-manager/modules/obsidian.nix
Normal file
9
home-manager/modules/obsidian.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{pkgs, ...}: {
|
||||
nixpkgs.config = {
|
||||
allowUnfree = true;
|
||||
permittedInsecurePackages = [
|
||||
"electron-24.8.6"
|
||||
];
|
||||
};
|
||||
home.packages = with pkgs; [obsidian-wayland];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue