-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
75 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
@document.meta | ||
title: Taking All notes | ||
description: | ||
authors: r17 | ||
categories: | ||
created: 2024-05-26T02:36:39+0700 | ||
updated: 2024-05-26T03:39:29+0700 | ||
version: 1.1.1 | ||
@end | ||
|
||
* {:todo:}[Todo] | ||
* Journal | ||
** {:journal/2024/05/26:}[2024/05/26] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
@document.meta | ||
title: Merge nvim.nix with nixpkgs | ||
description: | ||
authors: r17x | ||
categories: | ||
created: 2024-05-26T00:35:26+0700 | ||
updated: 2024-05-26T01:27:14+0700 | ||
version: 1.1.1 | ||
@end | ||
|
||
* It's about flake-parts | ||
|
||
*flake-parts* is /Core of a distributed framework for writing Nix Flakes/ {https://flake.parts/} - I think for make flake.nix more maintainable. | ||
|
||
@code nix | ||
outputs = inputs: inputs.parts.lib.mkFlake { inherit inputs; } { | ||
systems = [ | ||
"aarch64-darwin" | ||
"x86_64-linux" | ||
]; | ||
|
||
imports = [ | ||
]; | ||
}; | ||
@end | ||
|
||
** Refactoring is art and wasting time | ||
|
||
after adopt the *flake-parts* in my dotfiles *r17x/nixpkgs*, *nvim.nix* it's time to refactor it and merge it with *nixpkgs*. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
@document.meta | ||
title: Todo | ||
description: make things get fucking done | ||
authors: r17 | ||
categories: | ||
created: 2024-05-26T02:31:16+0700 | ||
updated: 2024-05-26T03:45:15+0700 | ||
version: 1.1.1 | ||
@end | ||
|
||
* Tasks | ||
** Blog - Rin.rocks | ||
- ( ) Fully OCaml/ReasonML with {https://melange.re}[melange.re] | ||
|
||
** Dotfiles | ||
- ( ) move {https://github.com/r17x/rin.rocks}[rin.rocks] to {https://github.com/r17x/nixpkgs}[nixpkgs] | ||
- (x) use *flake-parts* in {https://github.com/r17x/nixpkgs}[nixpkgs] | ||
- (x) move {https://github.com/r17x/nvim.nix}[nvim.nix] to {https://github.com/r17x/nixpkgs}[nixpkgs] | ||
- (x) use {https://github.com/3rd/image.nvim}[image.nvim] in `nvim.nix` with {https://nix-community.github.io/nixvim/plugins/image/index.html}[plugins.image] - see implementation in {/ ../nvim.nix/config/ui.nix:13}[config/ui.nix] and updated configuration of {/ ../home/tmux.nix:25}[home/tmux.nix] | ||
|
||
** Neovim | ||
- ( ) Find why image cannot render correctly in `iTerm` | ||
- (+) Revisit `cmp` in current nixvim | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters