init: migrate minipc config to monorepo
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
programs.direnv = {
|
||||
enable = true;
|
||||
nix-direnv.enable = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user