c'est le bordel un peu
This commit is contained in:
10
modules/common/terminal.nix
Normal file
10
modules/common/terminal.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
pkgs,
|
||||
customConfig,
|
||||
...
|
||||
}: {
|
||||
home-manager.users.${customConfig.username} = {
|
||||
programs.zellij.enable = true;
|
||||
programs.zellij.enableFishIntegration = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user