13 lines
158 B
Nix
13 lines
158 B
Nix
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
./programs/gnome.nix
|
|
];
|
|
|
|
home = {
|
|
username = "som";
|
|
homeDirectory = "/home/som";
|
|
stateVersion = "24.05";
|
|
};
|
|
}
|