Personal configuration files using Nix and NixOS Home Manager.
This repository contains my personal configuration files and system setup using Nix and NixOS Home Manager. It includes both general Nix configurations and Darwin-specific settings.
- Nix
- Nix Flakes
- Clone this repository:
git clone https://github.com/scriptogre/dotfiles.git ~/.dotfiles
- Run the setup:
just update && just switch
flake.nix
: Main flake configurationdarwin-configuration.nix
: Darwin-specific system configurationhome.nix
: Home Manager configurationJustfile
: Just tasks for common operations
MIT