Skip to content

Cillit Bang: Restructure / Cleaner 🧼#44

Merged
RAPSNX merged 102 commits into
mainfrom
structure
Jun 7, 2026
Merged

Cillit Bang: Restructure / Cleaner 🧼#44
RAPSNX merged 102 commits into
mainfrom
structure

Conversation

@RAPSNX
Copy link
Copy Markdown
Owner

@RAPSNX RAPSNX commented Apr 29, 2026

Entire restructure

  • Update of docs for bootstrapping
  • Folders

@RAPSNX
Copy link
Copy Markdown
Owner Author

RAPSNX commented May 24, 2026

@codex review this PR entirely, want to merge this!

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 4d20db0318

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread modules/nixos/system/env.nix Outdated
YAMLS=$(find "$BASE_PATH" -name '*.yaml' | awk -F/ '{ print $NF }')
KUBECONFIG=$(fzf <<<"$YAMLS")
export KUBECONFIG=$BASE_PATH/$KUBECONFIG
printf 'export KUBECONFIG=%q\n' "$BASE_PATH/$KUBECONFIG"
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Export KUBECONFIG in selector script instead of printing it

The new selc_ script prints export KUBECONFIG=... instead of setting it, but zsh alias selc still uses source selc_; sourcing a script that only prints text does not update the shell environment. As a result, running selc no longer changes KUBECONFIG, breaking kubeconfig switching in interactive shells.

Useful? React with 👍 / 👎.

@RAPSNX
Copy link
Copy Markdown
Owner Author

RAPSNX commented Jun 7, 2026

@codex review entriely again

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

../../modules/nixos

P1 Badge Remove the deleted shared-module import

For nixberry, this stale import now points at modules/nixos/default.nix, which this commit deletes while the other hosts were switched to rely on nixosModules from flake.nix. Evaluating nixosConfigurations.nixberry will therefore try to import a directory with no default.nix and fail before building.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread modules/nixos/system/env.nix Outdated
Comment thread modules/home/desktops/hyprland/default.nix
@RAPSNX RAPSNX changed the title Restructure 🧼 Cillit Bang ‼️ Lord of Structure: 🧼 💍 Cillit Bang ‼️ Jun 7, 2026
@RAPSNX RAPSNX changed the title Lord of Structure: 🧼 💍 Cillit Bang ‼️ Cillit Bang Cleaner 🧼 ‼️ Jun 7, 2026
@RAPSNX RAPSNX changed the title Cillit Bang Cleaner 🧼 ‼️ Cillit Bang: Restructure / Cleaner 🧼 ‼️ Jun 7, 2026
@RAPSNX RAPSNX changed the title Cillit Bang: Restructure / Cleaner 🧼 ‼️ Cillit Bang: Restructure / Cleaner 🧼 Jun 7, 2026
@RAPSNX RAPSNX merged commit 8d82348 into main Jun 7, 2026
5 checks passed
@RAPSNX RAPSNX deleted the structure branch June 7, 2026 21:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant