my nix config for desktops, laptops and servers
Find a file
2024-09-22 10:47:24 +02:00
darwin/koishi enable home-manager for koishi 2024-09-21 11:58:58 +02:00
home install solaar for use on yukari 2024-09-22 10:47:24 +02:00
modules run nixfmt 2024-08-21 15:15:04 +02:00
nixos install solaar for use on yukari 2024-09-22 10:47:24 +02:00
overlays use a patched zed to fix font display 2024-09-09 23:59:47 +02:00
pkgs set up a default config 2024-08-03 22:19:00 +02:00
servers add koishi ssh key to lunasa 2024-09-17 06:41:11 +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 enable home-manager for koishi 2024-09-21 11:58:58 +02:00
LICENSE add readme and license 2024-08-13 20:40:52 +02:00
README.md link home-manager as a nixos module 2024-08-21 15:06:30 +02:00
shell.nix run nixfmt 2024-08-21 15:15:04 +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 forgejo@cirno.with.al:shadows_withal/nix-config.git ~/nix-config
cd ~/nix-config
nix-shell
nh os switch

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