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. │ │ └── Any non-configured packages I want from nix.
│ ├── programs/ │ ├── programs/
│ │ ├── Personal configurations for many programs in home-manager. │ │ ├── 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/ │ └── services/
│ └── Home-manager managed services │ └── Home-manager managed services
├── hosts/ ├── hosts/
│ ├── Configurations per-host │ ├── Configurations per-host
│ ├── zaphod.nix │ ├── zaphod
│ │ └── My laptop's config. I use a Framework laptop. │ │ └── My laptop's config. I use a Framework laptop.
│ └── bootstrap.nix │ ├── marvin/
│ └── The config for bootstrapping a new machine. │ │ └── My main server
│ ├── prefect/
│ └── My gateway from the Internet to marvin.
├── pkgs/ ├── pkgs/
│ └── Custom nixpkgs expressions, imported into my flake.nix. │ └── Custom nixpkgs expressions, imported into my flake.nix.
└── users/ └── users/