mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
This commit is contained in:
parent
40b42028d2
commit
783e381fbe
30 changed files with 4960 additions and 2350 deletions
|
|
@ -15,6 +15,9 @@ in
|
|||
};
|
||||
|
||||
programs.obsidian =
|
||||
let
|
||||
pluginSource = pkgs.nur.repos.swarsel;
|
||||
in
|
||||
{
|
||||
enable = true;
|
||||
package = pkgs.obsidian;
|
||||
|
|
@ -62,7 +65,8 @@ in
|
|||
"templates"
|
||||
"word-count"
|
||||
];
|
||||
communityPlugins = with pkgs.swarsel-nix; [
|
||||
# communityPlugins = with pkgs.swarsel-nix; [
|
||||
communityPlugins = with pluginSource; [
|
||||
advanced-tables
|
||||
calendar
|
||||
file-hider
|
||||
|
|
@ -80,7 +84,8 @@ in
|
|||
appearance = {
|
||||
baseFontSize = lib.mkForce 19;
|
||||
};
|
||||
communityPlugins = with pkgs.swarsel-nix; [
|
||||
# communityPlugins = with pkgs.swarsel-nix; [
|
||||
communityPlugins = with pluginSource; [
|
||||
{
|
||||
pkg = advanced-tables;
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue