1
0
Fork 0
nixos-config/home-manager/roles/on-my-machine.nix

11 lines
121 B
Nix

{
pkgs,
config,
lib,
...
}: {
home = {
username = "maralorn";
homeDirectory = "/home/maralorn";
};
}