new meat
This commit is contained in:
parent
914788cd30
commit
8003d9b2a6
10 changed files with 379 additions and 121 deletions
|
@ -1,6 +1,17 @@
|
|||
{pkgs, ...}: {
|
||||
{pkgs, ...}: let
|
||||
murex = pkgs.murex.overrideAttrs {
|
||||
passthru = {
|
||||
shellPath = "/bin/murex";
|
||||
};
|
||||
};
|
||||
in {
|
||||
environment.pathsToLink = ["/share/zsh"];
|
||||
programs.zsh.enable = true;
|
||||
environment.systemPackages = [
|
||||
murex
|
||||
];
|
||||
# TODO change this when they fix the helix job control issue
|
||||
# users.defaultUserShell = murex;
|
||||
users.defaultUserShell = pkgs.zsh;
|
||||
console = {
|
||||
font = "Lat2-Terminus16";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue