17 lines
215 B
Nix
17 lines
215 B
Nix
{
|
|
imports = [
|
|
../common
|
|
|
|
./configuration.nix
|
|
];
|
|
|
|
features = {
|
|
desktop = {
|
|
autorandr.enable = true;
|
|
gaming.enable = true;
|
|
i3.enable = true;
|
|
peek.enable = true;
|
|
};
|
|
};
|
|
}
|