Skip to content

andrewvious/user-dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Nix 100.0%