Add Nick Janetakis' notes
script
https://github.com/nickjj/notes https://nickjanetakis.com/blog/organize-your-text-based-notes-from-the-command-line-with-this-script
This commit is contained in:
parent
8cdc6a511d
commit
73d801d7ac
4 changed files with 28 additions and 0 deletions
nix/modules/home-manager/features/cli
|
@ -36,6 +36,7 @@
|
|||
./git.nix
|
||||
./htop.nix
|
||||
./lsd.nix
|
||||
./notes.nix
|
||||
./pet.nix
|
||||
./phpactor.nix
|
||||
./ripgrep.nix
|
||||
|
|
5
nix/modules/home-manager/features/cli/notes.nix
Normal file
5
nix/modules/home-manager/features/cli/notes.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [ notes ];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue