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
openal
myRizin
libgit2
inputs.helix.packages."${pkgs.system}".helix
];
nix.settings.experimental-features = [ "nix-command" "flakes" ];
environment.sessionVariables = {
environment.variables = {
LD_LIBRARY_PATH = lib.makeLibraryPath [
pkgs.libglvnd
pkgs.libGL
pkgs.glfw
pkgs.pulseaudio
pkgs.libgit2
];
HELLO = "WORLD";
};
environment.variables.EDITOR = "vim";

View File

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

View File

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

View File

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