8 lines
149 B
Nix
8 lines
149 B
Nix
_: {
|
|
home = {
|
|
username = "nezia";
|
|
homeDirectory = "/home/nezia";
|
|
stateVersion = "24.05";
|
|
};
|
|
programs.home-manager.enable = true;
|
|
}
|