Skip to content

Commit

Permalink
desktop: add nix-alien-ld
Browse files Browse the repository at this point in the history
  • Loading branch information
brckd committed Jan 3, 2025
1 parent 290fea9 commit d44fca9
Show file tree
Hide file tree
Showing 3 changed files with 122 additions and 4 deletions.
4 changes: 4 additions & 0 deletions configs/nixos/desktop/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
pkgs,
lib,
nixpkgs,
nix-alien,
...
}:
with lib; {
Expand Down Expand Up @@ -100,6 +101,8 @@ with lib; {
};
};

programs.nix-ld.enable = true;

environment.systemPackages = with pkgs; [
comma
nodejs_23
Expand Down Expand Up @@ -138,6 +141,7 @@ with lib; {
gnome-obfuscate
bottles
mission-center
nix-alien.packages.${system}.nix-alien
(uutils-coreutils.override {prefix = "";})
(writeShellScriptBin "wine-mono" "mono")
(writeShellScriptBin "xdg-terminal-exec" "kitty -e $@")
Expand Down
117 changes: 113 additions & 4 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,11 @@
inputs.nixpkgs.follows = "nixpkgs";
};

nix-alien = {
url = "github:thiagokokada/nix-alien";
inputs.nixpkgs.follows = "nixpkgs";
};

# Boot
disko = {
url = "github:nix-community/disko/latest";
Expand Down

0 comments on commit d44fca9

Please sign in to comment.