diff options
| author | Caroline Larimore <caroline@larimo.re> | 2025-02-08 17:19:21 -0800 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2025-04-14 18:58:51 -0700 |
| commit | 6148ef73f6e93774d34b345f12e8aa2e69dfdfe3 (patch) | |
| tree | 1687bbaad84a98334f3908618e65a5826042199f /snowfall/homes | |
| parent | 97f0818a251ccb7c100ad2af966b86a9b9b5950f (diff) | |
migration: obsidian
Diffstat (limited to 'snowfall/homes')
| -rw-r--r-- | snowfall/homes/x86_64-linux/c/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/snowfall/homes/x86_64-linux/c/default.nix b/snowfall/homes/x86_64-linux/c/default.nix index 635d436..834091e 100644 --- a/snowfall/homes/x86_64-linux/c/default.nix +++ b/snowfall/homes/x86_64-linux/c/default.nix @@ -19,6 +19,7 @@ with lib; with lib.${namespace}; { qbittorrent.enable = true; nicotine.enable = true; anki.enable = true; + obsidian.enable = true; prismlauncher.extra.rusherhack.enable = true; }; |