my nix config for desktops, laptops and servers
Find a file
2024-12-10 10:14:22 +01:00
doom_files emacs: more fixes 2024-11-06 11:29:27 +01:00
home emacs: more fixes 2024-11-06 11:29:27 +01:00
modules treewide: format with nixfmt 2024-09-22 10:56:59 +02:00
nixos home: move discord import to correct file 2024-10-30 11:40:53 +01:00
overlays remove zed for now 2024-09-28 21:24:26 +02:00
pkgs pkgs: add easyroam-connect-desktop 2024-10-21 14:26:59 +02:00
servers update lunasa urlsd 2024-12-10 10:14:22 +01:00
.gitignore migrate over neovim config 2024-08-03 22:33:30 +02:00
flake.lock treewide: update flake inputs 2024-11-03 12:55:53 +01:00
flake.nix treewide: slim down and reorganize config 2024-10-29 15:37:30 +01: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 shell: add deploy-rs as input for shell 2024-10-26 11:16:25 +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.