feat!: Rewrite nix-darwin and home-manager configurations#62
Merged
mpriscella merged 49 commits intomainfrom Aug 22, 2025
Merged
feat!: Rewrite nix-darwin and home-manager configurations#62mpriscella merged 49 commits intomainfrom
mpriscella merged 49 commits intomainfrom
Conversation
…stateVersion declaration
…x k9s plugin structure
…ackages declaration
…Hook; remove unused interactiveShellInit
…g indentation and spacing
…xperience; remove nvim-dev script and clean up fish shell aliases
… install script for improved dotfiles setup
…ager settings and GPG key
…nagement; add Lua 5.1 support and enhance fish shell initialization
…onfiguration; remove deprecated program modules
…ved maintainability
… nix-darwin or standalone home-manager.
…x-diff to flake.nix
…exclude nix-darwin configurations from CI
…specific Home Manager configuration checks
mpriscella
pushed a commit
that referenced
this pull request
Jan 11, 2026
🤖 I have created a release *beep* *boop* --- ## [2.0.0](v1.6.0...v2.0.0) (2026-01-11) ### ⚠ BREAKING CHANGES * Rewrite nix-darwin and home-manager configurations ([#62](#62)) ### Features * Add a minimal flake template ([#72](#72)) ([d5e927e](d5e927e)) * Add darwin configuration for Macbook Pro M5 ([#78](#78)) ([5c5108c](5c5108c)) * Claude Updates ([#86](#86)) ([a96f28e](a96f28e)) * Cleanup neovim configurations ([#71](#71)) ([42c5a5f](42c5a5f)) * Cleanup nix module inputs ([#82](#82)) ([3c2a5b6](3c2a5b6)) * Commit local updates ([#69](#69)) ([d79d029](d79d029)) * Configure python LSP ([#77](#77)) ([f876de7](f876de7)) * December 2025 Update ([#84](#84)) ([2453908](2453908)) * Fix issues in :checkhealth report ([#80](#80)) ([b8f16b9](b8f16b9)) * Fix PHP docblock functionality ([#85](#85)) ([94d2054](94d2054)) * Install Claude Code ([#87](#87)) ([59fdb49](59fdb49)) * Install git-blame Neovim plugin and DevToys ([#81](#81)) ([7b50ae2](7b50ae2)) * Markdown specific language settings ([#76](#76)) ([1634923](1634923)) * Replace snacks.nvim picker with Telescope ([#83](#83)) ([0ee9521](0ee9521)) * Rewrite LSP configurations ([#70](#70)) ([4a29b8a](4a29b8a)) * Rewrite nix-darwin and home-manager configurations ([#62](#62)) ([779373a](779373a)) * Update Neovim configuration and plugins; add keybindings, modif… ([#65](#65)) ([55ebb86](55ebb86)) * Update Nixpkgs ([#75](#75)) ([77e44c7](77e44c7)) * Update Nixpkgs, install laravel, configure nvim-tree ([#79](#79)) ([8966aa9](8966aa9)) * Updated flake inputs ([#66](#66)) ([fb02de1](fb02de1)) * Updates to README.md, cleaned up home.nix ([#68](#68)) ([453e634](453e634)) * Use homebrew for installing certain GUI apps on MacOS ([#73](#73)) ([182bf6a](182bf6a)) * Use remote version of vscpanel ([#74](#74)) ([38d32ec](38d32ec)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: mpriscella[bot] <182367102+mpriscella[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update home-manager configurations with GPG signing, streamline package management, and add support for new programs like tmux and yt-dlp. Remove deprecated settings and improve overall maintainability and usability for macOS and other environments.