From 1b3551a80fbc33a4f2dc1dc3cdb922fd45ef17dd Mon Sep 17 00:00:00 2001 From: alisceon Date: Tue, 10 Mar 2026 22:00:39 +0100 Subject: [PATCH] remove vibe readme --- README.md | 48 ++---------------------------------------------- 1 file changed, 2 insertions(+), 46 deletions(-) diff --git a/README.md b/README.md index 09f40a3..eca9960 100644 --- a/README.md +++ b/README.md @@ -1,46 +1,2 @@ -# NixOS Configuration Layout - -This repository is structured around explicit NixOS and Home Manager layers. - -## Directory Overview - -- `nixos/hosts//` - - Host-specific `configuration.nix` and `hardware-configuration.nix`. -- `nixos/modules/` - - Shared NixOS modules: - - `base.nix` - - `profiles/` (`workstation.nix`, `server.nix`) - - `wm/` (`sway.nix`, `gnome.nix`) - - `theme/` (`stylix.nix`) -- `home/users/` - - User base modules (`alisceon`, `root`). -- `home/profiles/` - - Shared Home Manager profile composition. -- `home/modules/` - - Home Manager feature modules grouped by `programs/`, `services/`, and `wm/`. -- `home/hosts/alisceon/` - - Host-specific Home Manager overrides for `alisceon`. -- `lib/` - - Shared helper libraries imported by modules. -- `util/` - - Local helper scripts. - -## Composition Rules - -- `flake.nix` is the single composition entrypoint for hosts. -- NixOS host modules should import only host-local hardware config and rely on shared modules from `nixos/modules`. -- Home Manager host overrides should stay small and contain only host deltas. -- Reusable behavior belongs in `nixos/modules` or `home/modules`, not in host files. - -## Local Validation - -Run these in your normal environment: - -```bash -nix flake show -nix eval .#nixosConfigurations.electra.config.system.build.toplevel.drvPath -nix eval .#nixosConfigurations.tower.config.system.build.toplevel.drvPath -nix eval .#nixosConfigurations.tesla-nixos.config.system.build.toplevel.drvPath -nix eval .#nixosConfigurations.nuc.config.system.build.toplevel.drvPath -nix flake check --no-build -``` +# Just my NixOS configuration +It's a bit messy, but its very much mine \ No newline at end of file