nixos config add keyboard utilities

This commit is contained in:
2025-02-01 10:41:30 +01:00
parent 55b362f88f
commit 1a1e3c7242
2 changed files with 23 additions and 1 deletions

View File

@@ -45,4 +45,7 @@
services.gvfs.enable = true;
hardware.pulseaudio.enable = true;
# allow AppImage programs
programs.appimage.binfmt = true;
}