Skip to content

gumuncle/home-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Home Manager (Flake)

This repository contains my Home Manager configuration managed with Nix flakes.

スクリーンショット 2026-01-10 8 22 32

Requirements

  • Nix 2.4+ with flakes enabled (nix-command and flakes).
  • Home Manager (used via the flake input).
  • macOS Apple Silicon is assumed by default (system = "aarch64-darwin").

What’s inside

  • flake.nix: Flake entrypoint exposing homeConfigurations."gumuncle".
  • home/default.nix: Main Home Manager module.
  • home/nixvim.nix: Nixvim configuration module.
  • config/: Additional config files (if any).

Usage

Activate (recommended)

From the repo root:

home-manager switch --flake .#gumuncle

If you don’t have a home-manager command installed, you can run it via Nix:

nix run github:nix-community/home-manager -- switch --flake .#gumuncle

Build only (no activation)

nix build .#homeConfigurations."gumuncle".activationPackage

Updating inputs

Home Manager does not update flake inputs automatically. To update pinned inputs:

nix flake update

Or update a single input:

nix flake lock --update-input home-manager

Notes

  • nix flake show may display homeConfigurations as unknown; this is normal because it’s a set of derivations.
  • If you see a “dirty Git tree” warning, it just means you have uncommitted changes.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages