unfuck obsidian
This commit is contained in:
parent
a56dfd56f5
commit
05fdb8a9cb
3 changed files with 5 additions and 7 deletions
|
@ -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 = {
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
{ ... }:
|
||||
{
|
||||
programs.obsidian = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
|
@ -15,6 +15,7 @@
|
|||
pkgs.jdt-language-server
|
||||
pkgs.tinymist
|
||||
pkgs.typstyle
|
||||
pkgs.markdown-oxide
|
||||
];
|
||||
};
|
||||
programs.helix = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue