docs: update README with goals for v0.1.0 and v1.0.0
This commit is contained in:
parent
6863cb9508
commit
841f6dabfa
1 changed files with 21 additions and 1 deletions
22
README.md
22
README.md
|
@ -1,14 +1,34 @@
|
|||
Uses a [one-byte .gitignore](https://drewdevault.com/2019/12/30/dotfiles.html).
|
||||
|
||||
Contains configuration files for NixOS. Everything is declared through [[flake.nix]] as a starting point. System-level configuration is in [[configuration.nix]] and [[hardware-configuration.nix]]. User-specific configuration is in [[home.nix]].
|
||||
Contains configuration files for NixOS. Everything is declared through [flake.nix](flake.nix) as a starting point. System-level configuration is in [configuration.nix](configuration.nix) and [hardware-configuration.nix](hardware-configuration.nix). User-specific configuration is in [home.nix](home.nix).
|
||||
|
||||
# TODO
|
||||
|
||||
v1.0.0 will be a full replacement for my Windows desktop.
|
||||
|
||||
What is currently missing:
|
||||
- LLMs
|
||||
- Stable Diffusion
|
||||
- Steam and games
|
||||
- IDE
|
||||
- Video editing
|
||||
- Photo editing
|
||||
- Whatever else I think of
|
||||
|
||||
v0.1.0 will be adequate. The milestones to reach are:
|
||||
- Modularise the nix files
|
||||
- Set up Neovim as a worthy VS Code replacement
|
||||
- terminal in bottom pane
|
||||
- filetree in right pane
|
||||
- syntax highlighting
|
||||
- ability to open two files side by side
|
||||
- git live sync (may have to implement this myself)
|
||||
- keyboard shortcuts for all the above
|
||||
- rice Hyprland
|
||||
- plugins for all the desktop environment stuff
|
||||
|
||||
## Neovim Plugins
|
||||
- lazy.nvim
|
||||
- markview.nvim
|
||||
- nvim-tree
|
||||
- helpview.nvim (vimdoc viewer)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue