KISS NixOS configuration based on Flakes & flake-parts (supports macOS too)
Find a file
Sridhar Ratnakumar 41dbddc983 add postgres
2021-11-01 15:47:30 -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 add postgres 2021-11-01 15:47:30 -04:00
home ipfs 2021-11-01 15:38:45 -04:00
hosts ipfs 2021-11-01 15:38:45 -04:00
images swap 2021-09-11 13:14:03 -04:00
scripts +syncthing 2021-09-17 15:38:39 -04:00
.gitignore add digitalocean image 2021-09-11 11:35:09 -04:00
flake.lock Update.. 2021-10-30 12:47:59 -04:00
flake.nix add postgres 2021-11-01 15:47:30 -04:00
home.nix Enable direnv 2021-11-01 15:38:19 -04:00
Makefile whatever 2021-09-22 11:46:15 -04:00
README.md stash whatever we got 2021-09-12 18:48:15 -04:00
shell.nix stash whatever we got 2021-09-12 18:48:15 -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,

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

Afterwards, feel free to use home-manager switch (or make).

Install notes