Compare commits

..

No commits in common. "92c9d4790026735d790cf696b4c422b7e9f76389" and "616523f88446cea739f9655d442df2bdf984e37d" have entirely different histories.

2 changed files with 1 additions and 57 deletions

View file

@ -29,10 +29,6 @@
};
};
programs = {
ghostty.enable = true;
};
sops.secrets.wakatime-cfg = {
format = "binary";
sopsFile = ./secrets/wakatime.cfg;
@ -41,6 +37,7 @@
home.packages = with pkgs; [
## GENERAL
ghostty
teams-for-linux
enpass
youtube-music

View file

@ -59,64 +59,11 @@ in
nixpkgs.config.allowUnfree = true;
# Dynamic libraries for unpackaged programs
# Use nix run github:mic92/nix-index-database libName.so to find the correct Nix packages
programs.nix-ld = mkIf cfg.use-nixld {
enable = true;
libraries = with pkgs; [
# Core
glibc
libcxx
expat
nspr
nss
# Rendering / graphics
mesa
libglvnd
libdrm
libgbm
xorg.libxshmfence
# X11 stack
xorg.libX11
xorg.libxcb
xorg.libXext
xorg.libXfixes
xorg.libXrandr
xorg.libXcomposite
xorg.libXdamage
xorg.libXcursor
xorg.libXinerama
xorg.libXi
xorg.libXtst
# Input / keyboard
libxkbcommon
# Wayland (optional)
wayland
# GTK / accessibility stack
glib
dbus
at-spi2-core
at-spi2-atk
gtk3
gdk-pixbuf
pango
cairo
# Printing
cups
# Fonts / text
freetype
fontconfig
harfbuzz
# Sound
alsa-lib
pulseaudio
];
};
};