t490: add peek and games

This commit is contained in:
Oliver Davies 2024-12-22 20:52:31 +00:00
parent 9088dac46d
commit 1229a9c92a

View file

@ -4,4 +4,11 @@
./configuration.nix ./configuration.nix
]; ];
features = {
desktop = {
gaming.enable = true;
peek.enable = true;
};
};
} }