KISS NixOS configuration based on Flakes & flake-parts (supports macOS too)
Find a file
Sridhar Ratnakumar dcf7cd80ae add direnv
2022-04-28 14:47:41 -04:00
.vscode Delete tasks.json 2022-04-08 22:33:35 -04:00
config ipolybar font 2021-11-20 15:04:47 -05:00
features Run nixpkgs-fmt 2022-04-26 09:09:52 -04:00
home nvim: make fb open browser in current file's parent dir 2022-04-26 09:43:36 -04:00
hosts ax101: fix deprecation; and add lsof 2022-04-25 20:50:35 -04:00
scripts +syncthing 2021-09-17 15:38:39 -04:00
.envrc add direnv 2022-04-28 14:47:41 -04:00
.gitignore add direnv 2022-04-28 14:47:41 -04:00
flake.lock nvim: Add himalmaya extension 2022-04-22 14:24:07 -04:00
flake.nix nvim: Add telescope file-browser 2022-04-26 09:09:20 -04:00
Makefile Makefile: workaround kitty issue 2022-04-26 09:08:32 -04:00
README.md make should just work 2022-04-16 11:53:27 -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).

Platforms

NixOS

make nixos  # Or, just `make`

macOS

make darwin # Or, just `make`

Install notes