t490: add peek and games
This commit is contained in:
parent
9088dac46d
commit
1229a9c92a
|
@ -4,4 +4,11 @@
|
||||||
|
|
||||||
./configuration.nix
|
./configuration.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
features = {
|
||||||
|
desktop = {
|
||||||
|
gaming.enable = true;
|
||||||
|
peek.enable = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue