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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue