Compare commits
2 Commits
89b0c103bf
...
d50f9e34b4
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d50f9e34b4 | ||
|
|
ab8dd6c5af |
@@ -71,7 +71,6 @@
|
|||||||
# For RTL-SDR
|
# For RTL-SDR
|
||||||
hardware.rtl-sdr.enable = true;
|
hardware.rtl-sdr.enable = true;
|
||||||
|
|
||||||
|
|
||||||
# Setup Pinentry
|
# Setup Pinentry
|
||||||
programs.gnupg.agent = {
|
programs.gnupg.agent = {
|
||||||
enable = true;
|
enable = true;
|
||||||
@@ -94,4 +93,33 @@
|
|||||||
ExecStart = "${pkgs.protonmail-bridge}/bin/protonmail-bridge --noninteractive";
|
ExecStart = "${pkgs.protonmail-bridge}/bin/protonmail-bridge --noninteractive";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Setup environment for binaries that require FHS compliance.
|
||||||
|
programs.nix-ld = {
|
||||||
|
enable = true;
|
||||||
|
libraries = with pkgs; [
|
||||||
|
stdenv.cc.cc.lib
|
||||||
|
libglvnd
|
||||||
|
mesa
|
||||||
|
fontconfig
|
||||||
|
freetype
|
||||||
|
libxkbcommon
|
||||||
|
zlib
|
||||||
|
dbus
|
||||||
|
python3
|
||||||
|
xorg.libX11
|
||||||
|
xorg.libXext
|
||||||
|
xorg.libXrender
|
||||||
|
xorg.libXrandr
|
||||||
|
xorg.libXcursor
|
||||||
|
xorg.libXi
|
||||||
|
xorg.libxcb
|
||||||
|
xorg.xcbutilwm
|
||||||
|
xorg.xcbutil
|
||||||
|
xorg.xcbutilimage
|
||||||
|
xorg.xcbutilkeysyms
|
||||||
|
xorg.xcbutilrenderutil
|
||||||
|
xorg.xcbutilcursor
|
||||||
|
];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6,9 +6,11 @@
|
|||||||
rippkgs
|
rippkgs
|
||||||
nix-tree
|
nix-tree
|
||||||
nix-init
|
nix-init
|
||||||
|
patchelf
|
||||||
|
|
||||||
# Utilities
|
# Utilities
|
||||||
jq
|
jq
|
||||||
|
yq
|
||||||
bc
|
bc
|
||||||
duf
|
duf
|
||||||
cava
|
cava
|
||||||
|
|||||||
Reference in New Issue
Block a user