mirror of
				https://github.com/nmasur/dotfiles
				synced 2025-10-31 22:33:16 +00:00 
			
		
		
		
	
			
				
					
						
					
					99f177782790fb05fceefc90957a3dff5dabab18
				
			
			
		
	This repository contains configuration files for my NixOS, macOS, and WSL hosts.
Installation
NixOS - From Live Disk
Format drives and build system from any NixOS host, including the live installer disk:
This will erase your drives; use at your own risk!
lsblk # Choose the disk you want to wipe
nix-shell -p nixFlakes
nix run github:nmasur/dotfiles#installer -- nvme0n1 desktop
NixOS - From Existing System
If you're already running NixOS, you can switch to this configuration with the following command:
nix-shell -p nixFlakes
sudo nixos-rebuild switch --flake github:nmasur/dotfiles#desktop
Windows - From NixOS WSL
After installing NixOS on WSL, you can switch to the WSL configuration:
nix-shell -p nixFlakes
sudo nixos-rebuild switch --flake github:nmasur/dotfiles#wsl
macOS
To get started on a bare macOS installation, first install Nix:
sh -c "$(curl -L https://nixos.org/nix/install)"
Then use Nix to build nix-darwin:
nix-build https://github.com/LnL7/nix-darwin/archive/master.tar.gz -A installer
./result/bin/darwin-installer
Then switch to the macOS configuration:
darwin-rebuild switch --flake github:nmasur/dotfiles#macbook
Dealing with corporate MITM SSL certificates:
# Get the certificates
openssl s_client -showcerts -verify 5 -connect cache.nixos.org:443 < /dev/null
# Paste them in here
sudo nvim $NIX_SSL_CERT_FILE
Flake Templates
You can also use the templates as flakes for starting new projects:
nix flake init --template github:nmasur/dotfiles#poetry
					Languages
				
				
								
								
									Nix
								
								90.8%
							
						
							
								
								
									Lua
								
								3.5%
							
						
							
								
								
									HCL
								
								2.7%
							
						
							
								
								
									Shell
								
								2.2%
							
						
							
								
								
									AppleScript
								
								0.6%
							
						
							
								
								
									Other
								
								0.1%