This commit is contained in:
Tyler Mac
2026-08-19 18:58:24 -04:00
parent 2b4f031c89
commit 10fcd44cd5
+7 -4
View File
@@ -30,14 +30,16 @@ This repository contains a Nix flake configuration for setting up a development
- **Docker Client** - For container management
- **Docker Compose** - For multi-container applications
## Git Configuration
- **User Name**: Configurable during setup
- **User Email**: Configurable during setup
## Usage
To use this configuration with Home Manager:
1. Make sure you have Nix installed
2.
a) Run `home-manager switch` to apply the configuration
b) Run with `nix run nixpkgs#home-manager -- switch --flake https://gitea.tylerbohrer.dev/tyler/my-default-nix-home`
2. Run `home-manager switch` to apply the configuration
The configuration will set up:
- Default shell to zsh
@@ -46,6 +48,7 @@ The configuration will set up:
- Terminal to use alacritty
- All language servers properly configured
- Docker support for containerized development
- Git user configuration (name and email)
## Customization
@@ -84,4 +87,4 @@ All supported languages include their respective language servers for enhanced I
htop is included for process monitoring and system resource tracking.
### tmux Integration
Uses the tmux package from jakehamilton/tmux repository for enhanced tmux functionality.
Uses the tmux package from jakehamilton/tmux repository for enhanced tmux functionality.