Skip to content

rxtsel/.dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

509 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My NixOS setup

NixOS setup based on a Solarized-style theme. This repository tries to follow a dendritic pattern, keeping shared logic in common modules and machine-specific details inside each host folder.

If you download this repo, change modules/nixos/core/options.nix or set preferences.user in your own host configuration before building.

Screenshot of Niri

Structure

.
├── assets/
│   └── wallpapers/        # Wallpaper collection
├── docs/                  # Notes and documentation
│   └── adr/               # Architecture decisions
└── modules/
    ├── home/              # Home Manager modules
    ├── hosts/             # Host-specific machine configs
    │   ├── blackout/      # Desktop host
    │   └── matebook-d15/  # Laptop host
    └── nixos/             # Shared NixOS modules

To add more hosts, create a new folder inside modules/hosts/ and place there the machine's own generated hardware and configuration files, based on what NixOS creates for that system during setup.

Contributors