meta: Readme improvements

This commit is contained in:
The Hedgehog 2022-07-25 07:09:31 -04:00
parent b15cfadb2e
commit 3cba5192df
No known key found for this signature in database

View file

@ -23,24 +23,16 @@ nix
│ │ └── Any non-configured packages I want from nix.
│ ├── programs/
│ │ ├── Personal configurations for many programs in home-manager.
│ │ ├── fish/
│ │ │ ├── My Fish Shell configuration
│ │ │ └── colors.nix
│ │ │ └── The Tokyo Night colorscheme for Fish
│ │ └── neovim/
│ │ ├── My Neovim configuration
│ │ └── lua/
│ │ ├── The Lua configuration for my neovim setup
│ │ └── config/
│ │ └── The actual config files.
│ └── services/
│ └── Home-manager managed services
├── hosts/
│ ├── Configurations per-host
│ ├── zaphod.nix
│ ├── zaphod
│ │ └── My laptop's config. I use a Framework laptop.
│ └── bootstrap.nix
│ └── The config for bootstrapping a new machine.
│ ├── marvin/
│ │ └── My main server
│ ├── prefect/
│ └── My gateway from the Internet to marvin.
├── pkgs/
│ └── Custom nixpkgs expressions, imported into my flake.nix.
└── users/