fill out murex a bit, cosmic fixes
This commit is contained in:
parent
a4ce7db9c9
commit
67702255a2
19 changed files with 426 additions and 81 deletions
|
@ -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";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue