init: migrate minipc config to monorepo

This commit is contained in:
2026-03-25 13:33:42 +01:00
commit cb08358a0a
19 changed files with 1013 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
{ pkgs, ... }:
{
imports = [
./direnv.nix
];
environment.systemPackages = with pkgs; [
pandoc
typst
zathura
helix
odin
ols
uiua-unstable
uiua386
nushell
carapace
starship
kanshi
jujutsu
];
programs.git.enable = true;
environment.sessionVariables.EDITOR = "hx";
}
+6
View File
@@ -0,0 +1,6 @@
{
programs.direnv = {
enable = true;
nix-direnv.enable = true;
};
}