my nix config for desktops, laptops and servers
Find a file
2024-08-31 11:42:30 +02:00
dotfiles/nvim swap color scheme to mocha 2024-08-13 14:54:56 +02:00
home add mpv 2024-08-25 10:40:17 +02:00
modules run nixfmt 2024-08-21 15:15:04 +02:00
nixos update flake inputs 2024-08-31 11:42:30 +02:00
overlays run nixfmt 2024-08-21 15:15:04 +02:00
pkgs set up a default config 2024-08-03 22:19:00 +02:00
servers migrate server configs 2024-08-23 13:48:56 +02:00
.gitignore migrate over neovim config 2024-08-03 22:33:30 +02:00
flake.lock update flake inputs 2024-08-31 11:42:30 +02:00
flake.nix run nixfmt 2024-08-21 15:15:04 +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.