KISS NixOS configuration based on Flakes & flake-parts (supports macOS too)
Find a file
Sridhar Ratnakumar 73e38019fc cleanup
2022-04-08 21:25:04 -04:00
.vscode cleanup 2022-03-30 14:04:29 -04:00
bin new cache 2021-12-25 15:17:32 -05:00
config ipolybar font 2021-11-20 15:04:47 -05:00
features disable idris cache 2022-04-04 16:51:28 -04:00
home iterm 2021-12-15 12:07:58 -05:00
hosts Create a protonvpn VM using nixos-shell (#14) 2022-04-04 17:20:50 -04:00
images swap 2021-09-11 13:14:03 -04:00
scripts +syncthing 2021-09-17 15:38:39 -04:00
.gitignore Create a protonvpn VM using nixos-shell (#14) 2022-04-04 17:20:50 -04:00
flake.lock emacs on macos, wip 2022-04-08 21:14:18 -04:00
flake.nix cleanup 2022-04-08 21:25:04 -04:00
home.nix install doom cuz why not 2022-04-08 21:19:18 -04:00
Makefile cleanup 2022-04-08 21:25:04 -04:00
README.md cleanup 2022-04-08 21:25:04 -04:00
shell.nix doom emacs 2021-11-06 09:19:48 -04:00

This repository contains the Nix / NixOS configuration for all of my systems. Start from flakes.nix (see Flakes).

  • flake.nix: Install things I need natively on NixOS desktop & laptop computers
  • hosts/darwin.nix: For macOS

VSCode note: Ctrl+Shift+B will run effectuate the new configuration (by running make).

Platforms

NixOS

make nixos

macOS

make darwin

Install notes