diff --git a/README.md b/README.md new file mode 100644 index 0000000..6a2629e --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# Nyaaa Nyaaa Meow Meow silly NixOS configurations by a silly catgirl :3 + + +## Hosts + +- Thinkpad P50 (daily drive) +- OnePlus 6T (daily drive) +- Thinkpad X61T (adventuring silly stuff with nix) diff --git a/modules/nix-ld.nix b/modules/nix-ld.nix new file mode 100644 index 0000000..03f2825 --- /dev/null +++ b/modules/nix-ld.nix @@ -0,0 +1,4 @@ +{ ... }: +{ + programs.nix-nix-ld.enable = true; +}