weenie mode

Revert "weenie mode"

This reverts commit ce8c23e0e6facd493c79c68c27c278dac2794d94.

Reapply "weenie mode"

This reverts commit 440088f2e5d91e0d4730a6451637b0325f7fb931.
This commit is contained in:
atagen 2024-10-04 10:44:06 +10:00
parent 0c15ee454d
commit a4ce7db9c9
9 changed files with 105 additions and 128 deletions

View file

@ -1,19 +1,13 @@
{pkgs, ...}: let
murex = pkgs.murex.overrideAttrs {
passthru = {
shellPath = "/bin/murex";
overrideModAttrs = {};
};
};
inherit (pkgs) 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;
users.defaultUserShell = murex;
# users.defaultUserShell = pkgs.zsh;
console = {
font = "Lat2-Terminus16";
};