Skip to content

eureka-cpu/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

A Nix-based dotfiles setup focused on clear abstraction boundaries between users, systems, and shared modules.

These dotfiles are primarily built for personal use, but structured so they’re understandable, reproducible, and extensible by others familiar with Nix.

User Profiles

graph TD
A[users] --> B[User Profile]

B --> C[home-manager *modules*]
B --> D[nixos *modules*]

B --> E[systems]
E --> F[Host A]
E --> G[Host B]

C --> H{flake output}
D --> H
F --> H
G --> H
Loading

Conceptual flow:

  • users → per-user configuration (home-manager)
  • systems → host-specific system definitions
  • nixos → shared system-level modules
  • flake output → single entry point tying everything together

About

dotfiles for my various NixOS systems

Topics

Resources

Stars

Watchers

Forks

Contributors 2

  •  
  •  

Languages