From c54f974a8cda12f7b6cbf75c4f6ea19f4f42c5be Mon Sep 17 00:00:00 2001 From: Matei Adriel Date: Sat, 2 Dec 2023 00:59:39 +0100 Subject: [PATCH] Modify docs to remove references to dotfiles directory --- README.md | 31 +++++++++++++++---------------- home/features/README.md | 2 +- 2 files changed, 16 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index f376479..24057b8 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/home/features/README.md b/home/features/README.md index 8588ce9..2e469b4 100644 --- a/home/features/README.md +++ b/home/features/README.md @@ -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 |