frues-clan/machines/frues-surface3/configuration.nix
Pedro Rey Anca 81a87d4386
Some checks are pending
Flake check / check (push) Waiting to run
Update `flake.lock` / update_lockfile (push) Waiting to run
Update to 25.11
2025-12-02 13:23:08 +01:00

14 lines
244 B
Nix

{ ... }:
{
hm-pedro.de = "gnome";
services.displayManager.gdm.enable = true;
services.desktopManager.gnome.enable = true;
boot.kernelPatches = [
{
name = "surface3-spi";
patch = ./0002-surface3-spi.patch;
}
];
}