Skip to content

adithayyil/nix

Repository files navigation

nix

My NixOS flake! Still heavily WIP.

Structure

~/nix/                   
├── flake.nix            # flake with home-manager integration
├── configuration.nix    # main system config
├── justfile             # build/automations
├── modules/             # system-level modules
├── programs/            # system programs
├── pkgs/                # custom package overrides
└── home/                # home-manager (user-level)

/etc/nixos/                        # machine-specific
└── hardware-configuration.nix     # not in git

Usage

# rebuild system
just

# test config without switching
just test

# update flake inputs
just update

# rollback if broken
just rollback

# clean old generations
just clean

About

my nix flake :-)

Topics

Resources

Stars

Watchers

Forks