1
1
Fork 0

unfolder: add obsidian

This commit is contained in:
Tim Van Baak 2024-01-09 00:00:52 -08:00
parent 46c6157fab
commit 12117f37bb
1 changed files with 2 additions and 1 deletions

View File

@ -71,10 +71,11 @@
]; ];
}; };
nixpkgs.config.allowUnfree = true;
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
firefox firefox
libreoffice libreoffice
unzip obsidian
mpv mpv
]; ];