dotfiles/nix/hosts/t490/default.nix

15 lines
160 B
Nix

{
imports = [
../common
./configuration.nix
];
features = {
desktop = {
gaming.enable = true;
peek.enable = true;
};
};
}