feat: rtl, ld
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
@@ -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 = [
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user