fix(nixos): could not send keyboard

This commit is contained in:
2025-11-28 16:34:09 +01:00
parent 88b80fab58
commit 54902357b0
+2
View File
@@ -12,6 +12,8 @@
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
hardware.steam-hardware.enable = true;
networking.networkmanager.enable = true;
nix.settings.experimental-features = ["nix-command" "flakes"];