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

@ -22,22 +22,21 @@ 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 |
| [overlays](./overlays) | Nix overlays |
| [pkgs](./pkgs) | Nix packages |
| [flake.nix](./flake.nix) | Nix flake entrypoint! |
| [nixpkgs.nix](./nixpkgs.nix) | Pinned nixpkgs for bootstrapping |
| [secrets.nix](./secrets.nix) | Agenix entrypoint |
| [shell.nix](./shell.nix) | Bootstrapping nix shell |
| [stylua.toml](./stylua.toml) | Lua formatter config for the repo |
| Location | Description |
| ---------------------------- | --------------------------------------------------- |
| [common](./common) | Configuration loaded on both nixos and home-manager |
| [devshells](./devshells) | Nix shells |
| [docs](./docs) | Additional documentation regarding my setup |
| [home](./home) | Home manager configurations |
| [hosts/nixos](./hosts/nixos) | Nixos configurations |
| [modules](./modules) | Custom generic/nixos/home-manager modules |
| [overlays](./overlays) | Nix overlays |
| [pkgs](./pkgs) | Nix packages |
| [flake.nix](./flake.nix) | Nix flake entrypoint! |
| [nixpkgs.nix](./nixpkgs.nix) | Pinned nixpkgs for bootstrapping |
| [secrets.nix](./secrets.nix) | Agenix entrypoint |
| [shell.nix](./shell.nix) | Bootstrapping nix shell |
| [stylua.toml](./stylua.toml) | Lua formatter config for the repo |
## Points of interest

View file

@ -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 |