Created all the top.nixes
This commit is contained in:
@@ -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
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user