Add Obsidian

This commit is contained in:
2024-06-25 18:44:57 -07:00
parent d73a2228f2
commit 17e1bcc485
2 changed files with 5 additions and 0 deletions

View File

@@ -12,6 +12,7 @@
./gaming.nix
./media.nix
./illustration.nix
./productivity.nix
./modelling.nix
./backup.nix
];

4
productivity.nix Normal file
View File

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