niri, ocaml meat
This commit is contained in:
parent
cd61813078
commit
c470c63ab2
25 changed files with 583 additions and 756 deletions
|
@ -1,10 +1,11 @@
|
|||
{pkgs, ...}: let
|
||||
inherit (pkgs) murex zsh;
|
||||
inherit (pkgs) murex zsh elvish;
|
||||
in {
|
||||
environment.pathsToLink = ["/share/zsh"];
|
||||
programs.zsh.enable = true;
|
||||
environment.systemPackages = [
|
||||
murex
|
||||
elvish
|
||||
];
|
||||
environment.shells = [murex];
|
||||
users.defaultUserShell = murex;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue