feat: add nix-ld and nix-alien

This commit is contained in:
HerozDotExe 2026-05-20 22:47:20 +02:00
parent ae6da0c7f0
commit 218f6be16a
2 changed files with 11 additions and 2 deletions

View file

@ -104,6 +104,10 @@
gnome-console
];
programs.nix-ld = {
enable = true;
};
# Configure keymap in X11
services.xserver.xkb.layout = "fr";
services.xserver.xkb.options = "eurosign:e,caps:escape";