my nix config for desktops, laptops and servers
Find a file
2024-09-28 21:24:26 +02:00
darwin/koishi treewide: format with nixfmt 2024-09-22 10:56:59 +02:00
home remove zed for now 2024-09-28 21:24:26 +02:00
modules treewide: format with nixfmt 2024-09-22 10:56:59 +02:00
nixos add resumedevice to boot 2024-09-28 12:35:22 +02:00
overlays remove zed for now 2024-09-28 21:24:26 +02:00
pkgs treewide: format with nixfmt 2024-09-22 10:56:59 +02:00
servers treewide: format with nixfmt 2024-09-22 10:56:59 +02:00
.gitignore migrate over neovim config 2024-08-03 22:33:30 +02:00
flake.lock add super basic nix-darwin configuration for koishi 2024-09-21 11:36:48 +02:00
flake.nix treewide: format with nixfmt 2024-09-22 10:56:59 +02:00
LICENSE add readme and license 2024-08-13 20:40:52 +02:00
README.md docs: fix git remote url in readme 2024-09-22 10:58:24 +02:00
shell.nix treewide: format with nixfmt 2024-09-22 10:56:59 +02:00

my nix flake

This controls both my NixOS-powered computers, but also my home environment, including dotfiles, on almost everything else.

If you're me, and the machine you're installing on has a configuration, it's as simple as:

git clone git@nazrin.limited:source/nix-config.git ~/nix-config
cd ~/nix-config
nix-shell # or `nix shell` if nix was installed using the flake-enabled installer
nh os switch

Feel free to brutalize as much of this config as you want for your own purposes.