23 lines
371 B
Nix
23 lines
371 B
Nix
{
|
|
|
|
imports = [
|
|
./package-groups/video-processing.nix
|
|
./your-modules.nix
|
|
./your-packages.nix
|
|
];
|
|
|
|
home = {
|
|
|
|
username = "dixxe";
|
|
homeDirectory = "/home/dixxe";
|
|
stateVersion = "24.05";
|
|
|
|
|
|
keyboard = {
|
|
layout = "us, ru";
|
|
options = "grp:win_space_toggle";
|
|
variant = "qwerty";
|
|
};
|
|
};
|
|
}
|