furthre config on laptop
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
programs.zellij = {
|
||||
enable = true;
|
||||
enableFishIntegration = true;
|
||||
settings = {
|
||||
theme = "dracula";
|
||||
copy_on_select = true;
|
||||
show_startup_tips = false;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user