1
0
Fork 0
💻 Configuration for Nix home-manager on my laptop
Find a file
2025-07-14 03:45:30 -05:00
base Update README.md 2025-07-14 03:45:30 -05:00
home-manager Add nix-shell to starship 2025-07-14 01:58:59 -05:00
sops Simplify flake-parts modules 2025-07-14 01:43:58 -05:00
.envrc Simplify flake-parts modules 2025-07-14 01:43:58 -05:00
.gitignore Tidy Vale configuration 2025-07-14 00:37:48 -05:00
.sops.yaml Improve formatting 2025-07-09 07:00:31 -05:00
flake.lock Add Catppuccin theme 2025-07-13 02:30:16 -05:00
flake.nix Move sops into separate module 2025-07-14 01:30:42 -05:00
README.md Update README.md 2025-07-14 03:45:30 -05:00

💻 Laptop configuration

This repository has the Nix home-manager configuration for my laptop, simplifying configuration management and enabling reproducibility on other machines. It operates on a foreign Linux distribution (Fedora Asahi Remix) with plans to switch to NixOS when time allows and to make components reusable for other systems. direnv automatically loads the environment for running commands for this Flake.

Features

  • 🏠 Home Manager: Defines the user environment.
  • 🧩 flake-parts: Makes the Flake modular and reusable, enabling clean separation of components.
  • 🔐 SOPS: Encrypts secrets.
  • treefmt (with Helix integration): Automatically formats the code in this repository when modifying it, with features to check the flake for formatting consistency.
  • ⌨️ Devshell: Clean shell management, printing project-specific commands on launch with icons using Nerd Fonts.
  • 📈 Nushell: Shell that uses structured data, with quality-of-life integrations enabled.
  • 💬 Language Server Protocol (LSP): Has language servers for file formats used in this repository; integrates with Helix text editor and fully managed by Nix with each language's configuration in its own file.
  • 🤖 AI: Uses Nix home-manager integrations for Codex and aichat for querying Large Language Models (LLMs) in the CLI and in Git repositories.
  • 🎨 Theming: Uses Catppuccin and Stylix for consistent theming across applications.
  • 📝 Language tools: Checks for grammatical and styling issues using Vale, Harper, LTeX (LanguageTool), and Typos, centralizing the custom dictionary for these tools in the Nix configuration.
  • ⚙️ Git pre-commit hooks: Lints the files before making a commit, both with programming and natural languages.