Format flake.nix, rename local files, fix some paths

This commit is contained in:
Martin Larsson 2025-05-11 15:18:05 +02:00
parent d32ba1b498
commit 8db7fef98b
2 changed files with 43 additions and 21 deletions

10
nix/system/local.nix Normal file
View file

@ -0,0 +1,10 @@
{
...
}:
{
system = {
stateVersion = 5;
};
nix-homebrew.user = "martin.larsson";
}