hopper things

This commit is contained in:
xunuwu 2024-02-09 21:55:57 +01:00
parent 498f3050d5
commit 926f8b190b
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI
14 changed files with 96 additions and 22 deletions

View file

@ -6,12 +6,8 @@
boot = {
initrd = {
systemd.enable = true;
supportedFilesystems = ["ext4"];
};
## use latest kernel
kernelPackages = pkgs.linuxPackages_latest;
consoleLogLevel = 3;
kernelParams = [
"quiet"

3
system/hardware/qmk.nix Normal file
View file

@ -0,0 +1,3 @@
{
hardware.keyboard.qmk.enable = true;
}

View file

@ -0,0 +1,3 @@
{
hardware.steam-hardware.enable = true;
}