feat: Split programs from configuration.nix to others
This commit is contained in:
8
nixos/ryu/programs/nix-ld.nix
Normal file
8
nixos/ryu/programs/nix-ld.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{pkgs, ...}: {
|
||||
programs.nix-ld = {
|
||||
enable = true;
|
||||
libraries = with pkgs; [
|
||||
libglvnd
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user