Modify docs to remove references to dotfiles directory
This commit is contained in:
parent
a5eae4da13
commit
c54f974a8c
31
README.md
31
README.md
|
@ -22,22 +22,21 @@ 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 |
|
| [overlays](./overlays) | Nix overlays |
|
||||||
| [overlays](./overlays) | Nix overlays |
|
| [pkgs](./pkgs) | Nix packages |
|
||||||
| [pkgs](./pkgs) | Nix packages |
|
| [flake.nix](./flake.nix) | Nix flake entrypoint! |
|
||||||
| [flake.nix](./flake.nix) | Nix flake entrypoint! |
|
| [nixpkgs.nix](./nixpkgs.nix) | Pinned nixpkgs for bootstrapping |
|
||||||
| [nixpkgs.nix](./nixpkgs.nix) | Pinned nixpkgs for bootstrapping |
|
| [secrets.nix](./secrets.nix) | Agenix entrypoint |
|
||||||
| [secrets.nix](./secrets.nix) | Agenix entrypoint |
|
| [shell.nix](./shell.nix) | Bootstrapping nix shell |
|
||||||
| [shell.nix](./shell.nix) | Bootstrapping nix shell |
|
| [stylua.toml](./stylua.toml) | Lua formatter config for the repo |
|
||||||
| [stylua.toml](./stylua.toml) | Lua formatter config for the repo |
|
|
||||||
|
|
||||||
## Points of interest
|
## Points of interest
|
||||||
|
|
||||||
|
|
|
@ -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 |
|
||||||
|
|
Loading…
Reference in a new issue