test: dn-lap test build
This commit is contained in:
parent
36b9f4e2b0
commit
04ce8d76ba
25 changed files with 245 additions and 160 deletions
|
|
@ -1,5 +1,4 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
{ pkgs, ... }: {
|
||||
programs = {
|
||||
# nushell = {
|
||||
# enable = true;
|
||||
|
|
@ -12,10 +11,12 @@
|
|||
interactiveShellInit = ''
|
||||
set fish_greeting # Disable greeting
|
||||
'';
|
||||
plugins = [
|
||||
{ name = "grc"; src = pkgs.fishPlugins.grc.src; }
|
||||
# Other plugins can be located in config file
|
||||
];
|
||||
plugins = [{
|
||||
name = "grc";
|
||||
src = pkgs.fishPlugins.grc.src;
|
||||
}
|
||||
# Other plugins can be located in config file
|
||||
];
|
||||
};
|
||||
|
||||
carapace = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue