tylersmalley / nixos-config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NixOS System Configurations

This repository contains my NixOS system configurations. As of 2023-09-09 it is undergoing a major overhaul.

Check back later for more information.

For now take a look at the systems and home-manager directories. A lot of the magic happens in lib/loadSystems.nix and lib/mkSystem.nix.

Current systems

  • devvm - an x86_64 headless VM for development
  • m1nix - a 13" M1 MacBook Pro running a NixOS desktop natively (nixos-apple-silicon)
  • m2nix - a 13" M2 MacBook Air running a NixOS desktop natively (nixos-apple-silicon)
  • m2air - a 13" M2 MacBook Air running nix-darwin
  • wsl - a WSL2 VM running NixOS (nixos-wsl)

About

License:MIT License


Languages

Language:Nix 88.5%Language:Shell 6.2%Language:Makefile 3.8%Language:Dockerfile 1.3%Language:Scheme 0.2%