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";

View file

@ -4,7 +4,11 @@
pkgs,
...
}:
let
nix-alien-pkgs = import (
builtins.fetchTarball "https://github.com/thiagokokada/nix-alien/tarball/master"
) { };
in
{
imports = [
<home-manager/nixos>
@ -14,7 +18,7 @@
home-manager.users.heroz =
{ pkgs, ... }:
{
home.packages = with pkgs; [
home.packages = with pkgs; with nix-alien-pkgs; [
brave
nixfmt-rfc-style
nixd
@ -29,6 +33,7 @@
zoxide
iperf
lazydocker
nix-alien
];
# Fix duplicate brave entry in gnome apps