11 lines
160 B
Nix
11 lines
160 B
Nix
{ ... }:
|
|
|
|
{
|
|
imports = [ ./programs/configuration.nix ];
|
|
|
|
home = {
|
|
username = "som";
|
|
homeDirectory = "/home/som";
|
|
stateVersion = "24.05";
|
|
};
|
|
}
|