This commit is contained in:
♥ Minnie ♥ 2024-01-01 07:19:17 +08:00
parent 659b519ed3
commit 9f5495eba9

View file

@ -203,13 +203,15 @@
# Use keys only. Remove if you want to SSH using password (not recommended) # Use keys only. Remove if you want to SSH using password (not recommended)
settings.PasswordAuthentication = false; settings.PasswordAuthentication = false;
}; };
# Our udev rules
udev.packages = with pkgs; [ udev.packages = with pkgs; [
yubikey-personalization yubikey-personalization
openrgb openrgb
qmk-udev-rules qmk-udev-rules
]; ];
# Setup our xserver
xserver = { xserver = {
enable = true; enable = true;
layout = "au"; layout = "au";
@ -224,9 +226,7 @@
displayManager.startx.enable = true; displayManager.startx.enable = true;
}; };
ratbagd = { ratbagd.enable = true;
enable = true;
};
}; };
# Install docker # Install docker