Add machine frues-surface3
This commit is contained in:
parent
8fb1ec8330
commit
a6a5402907
5 changed files with 2430 additions and 0 deletions
14
machines/frues-surface3/configuration.nix
Normal file
14
machines/frues-surface3/configuration.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
{pkgs, ...}: {
|
||||
hm-pedro.de = "gnome";
|
||||
|
||||
services.xserver.enable = true;
|
||||
services.xserver.displayManager.gdm.enable = true;
|
||||
services.xserver.desktopManager.gnome.enable = true;
|
||||
|
||||
boot.kernelPatches = [
|
||||
{
|
||||
name = "surface3-spi";
|
||||
patch = ./0002-surface3-spi.patch;
|
||||
}
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue