spec(hakugyokurou): enable gnome

This commit is contained in:
514fpv 2024-07-29 14:43:01 +08:00
parent 4546c08ab7
commit 5dbea3b124
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw
2 changed files with 5 additions and 0 deletions

View file

@ -12,8 +12,10 @@
};
home = {
gnome.enable = true;
jetbrains.enable = true;
vscode.enable = true;
steam.enable = true;
minecraft.enable = true;
minecraft.user = "app";
};
@ -52,6 +54,7 @@
'')
];
hardware.sensor.iio.enable = true;
hardware.enableRedistributableFirmware = true;
boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "thunderbolt" "usbhid" "rtsx_pci_sdmmc" ];
boot.initrd.kernelModules = [ ];