2024-12-19 00:57:38 +00:00
|
|
|
{
|
2024-12-19 08:00:00 +00:00
|
|
|
imports = [
|
|
|
|
../common
|
|
|
|
|
2024-12-19 00:57:38 +00:00
|
|
|
./configuration.nix
|
|
|
|
];
|
2024-12-22 20:52:31 +00:00
|
|
|
|
|
|
|
features = {
|
|
|
|
desktop = {
|
2024-12-30 15:41:43 +00:00
|
|
|
autorandr.enable = true;
|
2024-12-22 20:52:31 +00:00
|
|
|
gaming.enable = true;
|
2024-12-26 20:03:43 +00:00
|
|
|
i3.enable = true;
|
2024-12-22 20:52:31 +00:00
|
|
|
peek.enable = true;
|
|
|
|
};
|
|
|
|
};
|
2024-12-19 00:57:38 +00:00
|
|
|
}
|