Created all the top.nixes

This commit is contained in:
2026-03-06 22:37:03 +01:00
parent 511b4fd3f7
commit ee8b639390
87 changed files with 2824 additions and 474 deletions
+15
View File
@@ -0,0 +1,15 @@
{ system, ... }:
{
username = "henrov";
homeDirectory = "/home/henrov";
stateVersion = "25.11";
locale = "nl_NL.UTF-8";
}
{ mkShell }:
mkShell {
buildInputs = with import <nixpkgs> {}; [
nil
nixfmt-rfc-style
];
}