feat: add obsidian
This commit is contained in:
parent
ac14fe8b97
commit
2b1ba53706
2 changed files with 7 additions and 0 deletions
|
|
@ -11,5 +11,11 @@
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# allow EOL version electron for obsidian
|
||||||
|
# TODO: remove
|
||||||
|
nixpkgs.config.permittedInsecurePackages = [
|
||||||
|
"electron-25.9.0"
|
||||||
|
];
|
||||||
|
|
||||||
system.stateVersion = "23.05";
|
system.stateVersion = "23.05";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -20,6 +20,7 @@
|
||||||
telegram-desktop
|
telegram-desktop
|
||||||
signal-desktop
|
signal-desktop
|
||||||
zathura
|
zathura
|
||||||
|
obsidian
|
||||||
] ++ lib.optionals nixosConfig.bchmnn.printing.enable [
|
] ++ lib.optionals nixosConfig.bchmnn.printing.enable [
|
||||||
system-config-printer
|
system-config-printer
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue