KISS NixOS configuration based on Flakes & flake-parts (supports macOS too)
Find a file
2021-09-11 11:35:09 -04:00
.vscode Recommend nix-env 2021-09-04 17:16:27 -04:00
config/doom.d emacs: emoji & autosave 2021-09-03 08:54:37 -04:00
features add digitalocean image 2021-09-11 11:35:09 -04:00
hosts add digitalocean image 2021-09-11 11:35:09 -04:00
images add digitalocean image 2021-09-11 11:35:09 -04:00
scripts add scrip 2021-09-05 17:34:25 -04:00
.gitignore add digitalocean image 2021-09-11 11:35:09 -04:00
flake.lock update.. 2021-09-11 09:27:05 -04:00
flake.nix update.. 2021-09-11 09:27:05 -04:00
home.nix lsd -> exa 2021-09-07 14:04:38 -04:00
Makefile add digitalocean image 2021-09-11 11:35:09 -04:00
README.md Update README.md 2021-09-04 16:33:40 -04:00
shell.nix Set up autoformat 2021-04-07 18:29:14 -04:00
sshkeys.nix add digitalocean image 2021-09-11 11:35:09 -04:00

This repository contains the Nix / NixOS configuration for all of my systems. Start from flakes.nix (see Flakes) if you are looking for NixOS configuration. Start from home.nix if you are looking for non-NixOS Nix configuration (eg: on macOS).

  • home.nix: Only install things that are needed in all platforms (VMs, VPS, WSL2, etc.)
  • flake.nix: Install things I need natively on NixOS desktop & laptop computers

VSCode note: Ctrl+Shift+B will run sudo nixos-rebuild switch.

Install notes