Configuration for my NixOS based systems and Home Manager
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Zlib library, sway screenshot tools

+6 -2
+2 -2
configuration.nix
··· 125 125 # Fix dynamically linked libraries for unpackaged binaries 126 126 programs.nix-ld = { 127 127 enable = true; 128 - libraries = [ 128 + libraries = with pkgs; [ 129 129 # Add missing dynamic libraries for unpackaged programs HERE 130 130 # NOT in environment.systemPackages 131 - 131 + zlib 132 132 ]; 133 133 }; 134 134
+4
noah-home.nix
··· 47 47 48 48 # GUI tools 49 49 i3status 50 + slurp 51 + grim 52 + wl-clipboard 53 + playerctl 50 54 51 55 # Unfree 52 56 obsidian