1
Fork 0

Modify docs to remove references to dotfiles directory

This commit is contained in:
Matei Adriel 2023-12-02 00:59:39 +01:00
parent a5eae4da13
commit c54f974a8c
No known key found for this signature in database
2 changed files with 16 additions and 17 deletions

View file

@ -23,11 +23,10 @@ This repo's structure is based on the concept of hosts - individual machines con
## File structure ## File structure
| Location | Description | | Location | Description |
| ---------------------------- | ------------------------------------------------------------------ | | ---------------------------- | --------------------------------------------------- |
| [common](./common) | Configuration loaded on both nixos and home-manager | | [common](./common) | Configuration loaded on both nixos and home-manager |
| [devshells](./devshells) | Nix shells | | [devshells](./devshells) | Nix shells |
| [docs](./docs) | Additional documentation regarding my setup | | [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 | | [home](./home) | Home manager configurations |
| [hosts/nixos](./hosts/nixos) | Nixos configurations | | [hosts/nixos](./hosts/nixos) | Nixos configurations |
| [modules](./modules) | Custom generic/nixos/home-manager modules | | [modules](./modules) | Custom generic/nixos/home-manager modules |

View file

@ -10,5 +10,5 @@ Check out [tethys](../tethys.nix) for example imports
| [desktop](./desktop) | Desktop apps usable on both wayland and xorg | | [desktop](./desktop) | Desktop apps usable on both wayland and xorg |
| [xorg](./xorg) | Xorg only stuff | | [xorg](./xorg) | Xorg only stuff |
| [wayland](./wayland) | Wayland 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 | | [persistence](./persistence.nix) | For impermanence settings |