wip: feat: Gen man pages

This commit is contained in:
Madeleine Sydney
2025-01-11 12:28:07 -07:00
parent 04e3094a48
commit 8674027ae1
16 changed files with 640 additions and 97 deletions

View File

@@ -1,4 +1,4 @@
{ config, pkgs, lib, disko, ... }:
{ config, pkgs, lib, disko, sydnix-cli, ... }:
{
imports = [
./hardware-configuration.nix
@@ -73,6 +73,7 @@
environment.systemPackages = with pkgs; [
neovim
git
sydnix-cli.packages.x86_64-linux.default
];
services.openssh.enable = true;