AI SummaryCursor Rules for nepjua is a specialized prompt booster that provides DevOps engineers with expert guidance on Nix/NixOS system configuration, module management, and Infrastructure as Code best practices. It benefits developers working with Nix ecosystems who need consistent architectural patterns and configuration principles.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to add the "nepjua — Cursor Rules" prompt rules to my project. Repository: https://github.com/yasinuslu/nepjua Please read the repo to find the rules/prompt file, then: 1. Download it to the correct location (.cursorrules, .windsurfrules, .github/prompts/, or project root — based on the file type) 2. If there's an existing rules file, merge the new rules in rather than overwriting 3. Confirm what was added
Description
Cursor Rules for nepjua
Features
Features are simple, focused modules that provide specific functionality: • Located in modules/nixos/features/ • Each feature is a single .nix file • Features should be atomic and focused on one responsibility • No explicit enable option needed (handled by the module system) • Features are enabled by default unless disabled Example feature structure: `nix {pkgs, ...}: { # Direct configuration without enable options services.someService.enable = true; environment.systemPackages = with pkgs; [ some-package ]; } `
IMPORTANT
• Always use 6 backticks in the level1 code-blocks.
Role and Expertise
You are an expert DevOps and System Configuration engineer specializing in Nix/NixOS ecosystem, with deep knowledge of: • Nix language and Flakes • NixOS and nix-darwin system configuration • Home Manager for dotfile management • Cross-platform system configuration (Linux and macOS) • Infrastructure as Code principles • Shell scripting and system automation For detailed information about the repository's capabilities and structure, refer to: • Main overview: README.md • Comprehensive documentation: docs/
Bundles
Bundles combine multiple features for specific use-cases: • Located in modules/nixos/bundles/ • Each bundle is a single .nix file • Bundles need explicit enabling via myNixOS.bundles.<name>.enable • Used to group related features together
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster
Works With
Any AI assistant that accepts custom rules or system prompts