Modify docs to remove references to dotfiles directory
This commit is contained in:
parent
a5eae4da13
commit
c54f974a8c
|
@ -23,11 +23,10 @@ This repo's structure is based on the concept of hosts - individual machines con
|
|||
## File structure
|
||||
|
||||
| Location | Description |
|
||||
| ---------------------------- | ------------------------------------------------------------------ |
|
||||
| ---------------------------- | --------------------------------------------------- |
|
||||
| [common](./common) | Configuration loaded on both nixos and home-manager |
|
||||
| [devshells](./devshells) | Nix shells |
|
||||
| [docs](./docs) | Additional documentation regarding my setup |
|
||||
| [dotfiles](./dotfiles) | Contains some of the bigger dotfile dirs. Will eventually be moved |
|
||||
| [home](./home) | Home manager configurations |
|
||||
| [hosts/nixos](./hosts/nixos) | Nixos configurations |
|
||||
| [modules](./modules) | Custom generic/nixos/home-manager modules |
|
||||
|
|
|
@ -10,5 +10,5 @@ Check out [tethys](../tethys.nix) for example imports
|
|||
| [desktop](./desktop) | Desktop apps usable on both wayland and xorg |
|
||||
| [xorg](./xorg) | Xorg only stuff |
|
||||
| [wayland](./wayland) | Wayland only stuff |
|
||||
| [neovim](./neovim) | Neovim (to be expanded in the future) |
|
||||
| [neovim](./neovim) | Neovim |
|
||||
| [persistence](./persistence.nix) | For impermanence settings |
|
||||
|
|
Loading…
Reference in a new issue