Skip to content

All the ways that I know to reduce "bloat" from NixOS and make it smaller. Very opinionated, accepting suggestions

Notifications You must be signed in to change notification settings

DavidArsene/nixos-minimal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

NixOS Minimal

Ensmallen your NixOS system!

Usage

You know the drill

inputs.nixos-minimal.follows = "github:me/this";

lib.nixosSystem {
	# ...
	modules = [
		nixos-minimal.nixosModules.default

		{
			nixos.ensmallen.noAccessibility = true;
			# ...
			nixos.ensmallen.everything = true;
		}
	];
}

Reading source code strongly recommended.

About

All the ways that I know to reduce "bloat" from NixOS and make it smaller. Very opinionated, accepting suggestions

Resources

Stars

Watchers

Forks

Languages