This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-10-25 02:12:52 +02:00
parent 115a6d3c83
commit abd5b60ffa
5 changed files with 27 additions and 6 deletions

6
home-modules/nixd.nix Normal file
View File

@@ -0,0 +1,6 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
nixd
];
}