feat: rtl, ld

This commit is contained in:
2025-08-20 12:39:59 +09:00
parent 7c39f4e13e
commit cfebabe42e
4 changed files with 9 additions and 2 deletions

View File

@@ -92,18 +92,21 @@ in
libGL libGL
openal openal
myRizin myRizin
libgit2
inputs.helix.packages."${pkgs.system}".helix inputs.helix.packages."${pkgs.system}".helix
]; ];
nix.settings.experimental-features = [ "nix-command" "flakes" ]; nix.settings.experimental-features = [ "nix-command" "flakes" ];
environment.sessionVariables = { environment.variables = {
LD_LIBRARY_PATH = lib.makeLibraryPath [ LD_LIBRARY_PATH = lib.makeLibraryPath [
pkgs.libglvnd pkgs.libglvnd
pkgs.libGL pkgs.libGL
pkgs.glfw pkgs.glfw
pkgs.pulseaudio pkgs.pulseaudio
pkgs.libgit2
]; ];
HELLO = "WORLD";
}; };
environment.variables.EDITOR = "vim"; environment.variables.EDITOR = "vim";

View File

@@ -11,7 +11,7 @@
}; };
outputs = { self, nixpkgs, home-manager, ... }@inputs: { outputs = { self, nixpkgs, home-manager, ... }@inputs: {
nixosConfigurations.monad = nixpkgs.lib.nixosSystem { nixosConfigurations.haskell = nixpkgs.lib.nixosSystem {
system = "x86_64-linux"; system = "x86_64-linux";
specialArgs = { inherit inputs; }; specialArgs = { inherit inputs; };
modules = [ modules = [

View File

@@ -5,6 +5,7 @@ with pkgs; [
at-spi2-atk at-spi2-atk
at-spi2-core at-spi2-core
libz libz
libgit2
atk atk
cairo cairo
cups cups

View File

@@ -5,6 +5,9 @@
with pkgs; [ with pkgs; [
libreoffice libreoffice
waybar waybar
sdrpp
gqrx
rtl-sdr
hyprsome hyprsome
nwg-look nwg-look
wl-clipboard wl-clipboard