This commit is contained in:
Chris Cochrun 2025-10-29 06:16:07 -05:00
parent 2e468802f4
commit 2a1527fa42
2 changed files with 79 additions and 0 deletions

View file

@ -250,6 +250,8 @@ in
# Turn on flatpak
services.flatpak.enable = true;
programs.appimage.enable = true;
programs.appimage.binfmt = true;
# Configure keymap in X11
services.xserver.xkb.layout = "us";