change many thing
This commit is contained in:
parent
b2d69d270e
commit
fe668b5b9e
30 changed files with 632 additions and 470 deletions
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue