Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 449 Bytes

File metadata and controls

22 lines (20 loc) · 449 Bytes

dotfiles

My personal dotfiles

Usage

Install brew bundle

Homebrew related stuff

brew bundle --no-lock --file homebrew/Brewfile

Manage dotfiles with Home Manager

home-manager switch --flake .

Manage NixOS with flake

sudo nixos-rebuild switch --flake .

Build a custom bootable NixOS USB installer

nix build .#nixosConfigurations.usb-installer.config.system.build.isoImage