Added: Obsidian

This commit is contained in:
2025-03-25 21:34:25 +01:00
parent af8c622457
commit aab3a4fbb2
3 changed files with 7 additions and 3 deletions

View File

@@ -0,0 +1,6 @@
{ pkgs, ... }: {
environment.systemPackages = with pkgs; [
obsidian
];
}