summaryrefslogtreecommitdiffstats
path: root/obsidian.nix
diff options
context:
space:
mode:
authorSkullheadx <admonty1@protonmail.com>2026-04-25 21:34:06 -0400
committerSkullheadx <admonty1@protonmail.com>2026-04-25 21:34:06 -0400
commitf351ef00f77e5ea4d082a7eff86d7845dad7d9e0 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /obsidian.nix
parentbluetooth (diff)
downloadnixos-f351ef00f77e5ea4d082a7eff86d7845dad7d9e0.tar.gz
nixos-f351ef00f77e5ea4d082a7eff86d7845dad7d9e0.tar.bz2
nixos-f351ef00f77e5ea4d082a7eff86d7845dad7d9e0.zip
remove all
Diffstat (limited to 'obsidian.nix')
-rw-r--r--obsidian.nix23
1 files changed, 0 insertions, 23 deletions
diff --git a/obsidian.nix b/obsidian.nix
deleted file mode 100644
index 7124fe8..0000000
--- a/obsidian.nix
+++ /dev/null
@@ -1,23 +0,0 @@
-{
- config,
- pkgs,
- ...
-}: {
- programs.obsidian = {
- enable = true;
- defaultSettings = {
- app = {
- showLineNumber = true;
- vimMode = true;
- };
- # cssSnippets = [
- # ./zoom.css
- # ];
- };
- vaults."Vault" = {
- enable = true;
- settings = {
- };
- };
- };
-}