frues-clan/machines/frues-surface3/configuration.nix
Pedro Rey Anca f89d2c33e0
Some checks failed
Flake check / check (push) Has been cancelled
Update `flake.lock` / update_lockfile (push) Has been cancelled
Update to 25.11
2025-12-02 13:24:21 +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;
}
];
}