mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 17:31:34 +01:00
Overwrite kitty command
This commit is contained in:
parent
cd4168842d
commit
ece7731cc7
1 changed files with 6 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
wrappers,
|
||||
...
|
||||
}:
|
||||
{
|
||||
|
|
@ -33,10 +34,15 @@
|
|||
{
|
||||
cat = "bat --plain --theme=${theme}";
|
||||
};
|
||||
|
||||
kittyAlias = {
|
||||
kitty = lib.getExe (wrappers.kitty { inherit (config.myConfig.de) theme; });
|
||||
};
|
||||
in
|
||||
lib.mkMerge [
|
||||
lsAliases
|
||||
catAlias
|
||||
kittyAlias
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue