Superredstone 7614ed51f4 feat(programs): remove lutris
Lutris removed because it had a broken dependency that led the entire
system to not be compiled
2026-03-01 16:22:30 +01:00
2026-02-03 21:24:21 +01:00
2026-02-21 13:17:30 +01:00
2026-02-19 09:12:40 +01:00
2026-02-19 08:58:37 +01:00
2026-03-01 16:22:30 +01:00
2026-02-19 09:12:40 +01:00
2026-02-19 09:12:40 +01:00
2026-02-08 10:00:18 +01:00
2026-02-08 08:29:40 +01:00

NixOS configuration

My own NixOS configuration, made for myself so probably won't suit you well.

Screenshot

How to install

  1. Clone the repo
git clone git@github.com:Superredstone/nixos.git ~/.nixos && cd .nixos
  1. Choose an hostname
  2. Copy your current configuration inside of machines/$HOSTNAME
  3. Create a file named machines/$HOSTNAME/default.nix with the following contents
{ ... }: 
{
	imports = [
		./configuration.nix
	];
}
  1. Switch to the new configuration
HOSTNAME=HOSTNAME just switch

Contributing

After commit bd788c3 this repository will follow the conventional commits specification

Description
My own NixOS configuration, made for myself so probably won't suit you well.
Readme 935 KiB
Languages
Nix 96.8%
Just 3.2%