Files
nixos/Droidnix/assets/flake/users/henrov.nix
T
2026-03-06 22:37:03 +01:00

16 lines
234 B
Nix

{ system, ... }:
{
username = "henrov";
homeDirectory = "/home/henrov";
stateVersion = "25.11";
locale = "nl_NL.UTF-8";
}
{ mkShell }:
mkShell {
buildInputs = with import <nixpkgs> {}; [
nil
nixfmt-rfc-style
];
}