fill out murex a bit, cosmic fixes

This commit is contained in:
atagen 2024-10-09 21:34:09 +11:00
parent a4ce7db9c9
commit 67702255a2
19 changed files with 426 additions and 81 deletions

View file

@ -1,13 +1,14 @@
{pkgs, ...}: let
inherit (pkgs) murex;
inherit (pkgs) murex zsh;
in {
environment.pathsToLink = ["/share/zsh"];
programs.zsh.enable = true;
environment.systemPackages = [
murex
];
environment.shells = [murex];
users.defaultUserShell = murex;
# users.defaultUserShell = pkgs.zsh;
# users.defaultUserShell = zsh;
console = {
font = "Lat2-Terminus16";
};