KISS NixOS configuration based on Flakes & flake-parts (supports macOS too)
Find a file
2021-09-11 22:55:03 -04:00
.vscode vscode support for home-manager 2021-09-11 22:55:03 -04:00
config/doom.d emacs: emoji & autosave 2021-09-03 08:54:37 -04:00
features .. 2021-09-11 13:52:22 -04:00
hosts .. 2021-09-11 13:52:22 -04:00
images swap 2021-09-11 13:14:03 -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 Use home-manager directly from flake.nix for non-NixOS (#10) 2021-09-11 22:46:36 -04:00
home.nix Use home-manager directly from flake.nix for non-NixOS (#10) 2021-09-11 22:46:36 -04:00
Makefile make 2021-09-11 22:53:55 -04:00
README.md vscode support for home-manager 2021-09-11 22:55:03 -04:00
shell.nix Set up autoformat 2021-04-07 18:29:14 -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 effectuate the new configuration (by running make).

Non-NixOS

First time run,

ln -s /path/to/here ~/.config/nixpkgs  # Why? See Makefile
make

Afterwards, feel free to use home-manager switch.

Install notes