my nixos/home-manager configuration
1
fork

Configure Feed

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

fix nix-ld for nixos laptop config

+6 -3
+6 -3
nixos/laptop/default.nix
··· 22 22 23 23 programs = { 24 24 _1password.enable = true; 25 - libraries = with pkgs; [ 26 - openssl 27 - ]; 25 + nix-ld = { 26 + enable = true; 27 + libraries = with pkgs; [ 28 + openssl 29 + ]; 30 + }; 28 31 }; 29 32 30 33 services = {