dotfiles/nix/hosts/t490/default.nix
2024-12-26 20:04:13 +00:00

16 lines
184 B
Nix

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