Whovian NTSN
3bbaf1e5d2
This is meant as documentation in case I want to enable `documentation.{man,nixos}` in the future, though I honestly doubt that I will. These would fix tools like `whatis`, but apparently `whatis` only seems to work on packages installed via `environment.systemPackages` that have man pages. |
||
---|---|---|
home | ||
system | ||
.gitignore | ||
README.md | ||
flake.lock | ||
flake.nix |
README.md
Whovian's system flake
I needed to put my config into a git
repo, so I made my first system config flake (and added my home-manager
setup too.) and committed it.
If you have suggestions on "fixing" or "cleaning up" my configurations, please add it to the Discussions so I can take a look at it later!
Future reference:
[github:eclairevoyant/flake-migration - /nixos.md]How to switch to flakes from path-based nix
[NixOS-WSL GitHub/Site] How to configure NixOS-WSL with flakes?
[Home-Manager GitHub/Site] Setting up home-manager
as a NixOS module.