change many thing

This commit is contained in:
atagen 2026-02-16 11:32:22 +11:00
parent b2d69d270e
commit fe668b5b9e
30 changed files with 632 additions and 470 deletions

View file

@ -6,7 +6,7 @@
...
}:
let
inherit (pkgs) fish;
inherit (pkgs) fish nushell;
in
{
imports = [
@ -36,6 +36,7 @@ in
"la" = "eza -lg --icons=always --colour=always $argv | culr";
"p" = "ps $argv | culr";
"mnt" = "mount | culr";
"fresh" = "clear; ${./rice/header.sh}; echo";
};
interactiveShellInit =
let
@ -62,8 +63,12 @@ in
};
environment.systemPackages = [
fish
nushell
];
environment.shells = [
fish
nushell
];
environment.shells = [ fish ];
users.defaultUserShell = fish;
console.font = "Lat2-Terminus16";