Oliver Davies
73d801d7ac
https://github.com/nickjj/notes https://nickjanetakis.com/blog/organize-your-text-based-notes-from-the-command-line-with-this-script
6 lines
60 B
Nix
6 lines
60 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
home.packages = with pkgs; [ notes ];
|
|
}
|