feat: rtl, ld
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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 = [
|
||||
|
||||
@@ -5,6 +5,7 @@ with pkgs; [
|
||||
at-spi2-atk
|
||||
at-spi2-core
|
||||
libz
|
||||
libgit2
|
||||
atk
|
||||
cairo
|
||||
cups
|
||||
|
||||
@@ -5,6 +5,9 @@
|
||||
with pkgs; [
|
||||
libreoffice
|
||||
waybar
|
||||
sdrpp
|
||||
gqrx
|
||||
rtl-sdr
|
||||
hyprsome
|
||||
nwg-look
|
||||
wl-clipboard
|
||||
|
||||
Reference in New Issue
Block a user