From 9f5495eba94d5ce764687606395d4810baaac84b Mon Sep 17 00:00:00 2001 From: sajenim Date: Mon, 1 Jan 2024 07:19:17 +0800 Subject: [PATCH] refactor --- nixos/fuchsia/configuration.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nixos/fuchsia/configuration.nix b/nixos/fuchsia/configuration.nix index 02f7c61..a6fe75b 100644 --- a/nixos/fuchsia/configuration.nix +++ b/nixos/fuchsia/configuration.nix @@ -203,13 +203,15 @@ # Use keys only. Remove if you want to SSH using password (not recommended) settings.PasswordAuthentication = false; }; - + + # Our udev rules udev.packages = with pkgs; [ yubikey-personalization openrgb qmk-udev-rules ]; + # Setup our xserver xserver = { enable = true; layout = "au"; @@ -224,9 +226,7 @@ displayManager.startx.enable = true; }; - ratbagd = { - enable = true; - }; + ratbagd.enable = true; }; # Install docker