Fixed: Typo

This commit is contained in:
2025-04-03 12:58:29 +02:00
parent b84ca8ac24
commit ca026aead8
3 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [ notenook ];
home.packages = with pkgs; [ notesnook ];
}