Skip to content

My NixOS and macOS configuration files.

License

Notifications You must be signed in to change notification settings

raba-jp/dotfiles

Repository files navigation

dotfiles

GitHub Workflow Status GitHub Workflow Status

My NixOS and macOS configurations.

Information

  • Terminal emulator: WezTerm
  • Shell: fish
  • Editor: Neovim, Helix
  • Browser: Brave
  • Uses the Catppuccin theme

Prerequirement

Setup

NixOS

sudo nixos-rebuild switch --flake .#{{hostName}}

macOS

nix build .#darwinConfigurations.{{hostName}}.system
./result/sw/bin/darwin-rebuild switch --flake .#{{hostName}}