This commit is contained in:
Matt Nish-Lapidus 2024-11-06 14:33:49 -05:00
parent 5410aea0ed
commit bdc0de8b47
4 changed files with 62 additions and 11 deletions

View file

@ -33,6 +33,8 @@
libgtop
ulauncher
fontconfig
freetype
nix-ld
];
# Bootloader.
@ -287,7 +289,27 @@
binfmt = true;
};
programs.nix-ld.enable = true;
programs.nix-ld.dev.enable = true;
programs.nix-ld.dev.libraries = with pkgs; [
zlib
zstd
stdenv.cc.cc
curl
openssl
attr
libssh
bzip2
libxml2
acl
libsodium
util-linux
xz
systemd
fontconfig
freetype
];
fonts.fontconfig.enable = true;
powerManagement = {
enable = true;