my nix config for desktops, laptops and servers
Find a file
2024-09-15 12:36:52 +02:00
dotfiles/nvim swap color scheme to mocha 2024-08-13 14:54:56 +02:00
home use quassel as irc client 2024-09-15 12:36:52 +02:00
modules run nixfmt 2024-08-21 15:15:04 +02:00
nixos fix deprecation warnings for enoko 2024-09-08 17:07:21 +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 update lunasa config 2024-09-15 12:36:46 +02:00
.gitignore migrate over neovim config 2024-08-03 22:33:30 +02:00
flake.lock use nixos-hardware for enoko 2024-09-10 21:35:06 +02:00
flake.nix use nixos-hardware for enoko 2024-09-10 21:35:06 +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.