1
0
mirror of https://github.com/kmein/niveum synced 2026-03-22 04:41:07 +01:00

3 Commits

Author SHA1 Message Date
8633167719 fix: update path to obsidian 2024-04-05 11:41:24 +02:00
717f5f661b feat(restic): backup mobile sync 2024-04-05 11:41:13 +02:00
6ae85bde15 feat: remove beets 2024-04-05 11:40:46 +02:00
4 changed files with 3 additions and 16 deletions

View File

@@ -22,6 +22,7 @@ in {
"/home/kfm/sync"
"/home/kfm/state"
"/home/kfm/cloud"
"/home/kfm/mobile"
"/home/kfm/.gnupg"
"/home/kfm/.ssh"
];

View File

@@ -1,14 +0,0 @@
{
lib,
pkgs,
...
}: {
environment.systemPackages = [pkgs.beets];
home-manager.users.me.xdg.configFile = {
"beets/config.yaml".source = (pkgs.formats.yaml {}).generate "config.yaml" {
directory = "~/cloud/syncthing/music";
library = "~/cloud/syncthing/common/music.db";
plugins = toString ["fetchart" "lastgenre"];
};
};
}

View File

@@ -4,7 +4,7 @@
rofi,
findutils,
coreutils,
noteDirectory ? "~/cloud/syncthing/obsidian",
noteDirectory ? "~/state/obsidian",
currentDates ? false,
niveumPackages,
}:

View File

@@ -1,7 +1,7 @@
{
neovim,
vimPlugins,
obsidiantVaultDirectory ? "~/cloud/syncthing/obsidian/",
obsidiantVaultDirectory ? "~/state/obsidian/",
...
}:
neovim.override {