shells/bash: use kitty directly instead of from path
This commit is contained in:
parent
8ed8f617fa
commit
7a47e6d184
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
{ config, pkgs, ... }: {
|
{ config, pkgs, lib, ... }: {
|
||||||
imports = [ ./common.nix ];
|
imports = [ ./common.nix ];
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
|
@ -6,7 +6,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
enableVteIntegration = true;
|
enableVteIntegration = true;
|
||||||
initExtra = ''
|
initExtra = ''
|
||||||
source <(kitty + complete setup bash)
|
source <(${lib.getExe config.programs.kitty.package} + complete setup bash)
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue