pantheon/homes/x86_64-linux/rafiq/cli/utilities/zk.nix

8 lines
104 B
Nix

{
programs.zk ={
enable = true;
settings = {
notebook.dir = "~/notebook";
};
};
}