unfuck obsidian

This commit is contained in:
Schrottkatze 2025-09-01 16:07:32 +02:00
parent a56dfd56f5
commit 05fdb8a9cb
Signed by: schrottkatze
SSH key fingerprint: SHA256:/raZeWZ2RLThYkX/nq26frnmA4Bi3qRM/hijRmDBa10
3 changed files with 5 additions and 7 deletions

View file

@ -10,7 +10,6 @@
./layaway.nix
./swayidle.nix
./browser.nix
./obsidian.nix
./eww
./niri
];
@ -23,6 +22,10 @@
home.packages = [
pkgs.fluent-reader
# the nix module is so fucking annoying to deal with
# that just using the package is preferrable in this case
# fucking hell.
pkgs.obsidian
];
services.gpg-agent = {

View file

@ -1,6 +0,0 @@
{ ... }:
{
programs.obsidian = {
enable = true;
};
}

View file

@ -15,6 +15,7 @@
pkgs.jdt-language-server
pkgs.tinymist
pkgs.typstyle
pkgs.markdown-oxide
];
};
programs.helix = {