mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 19:51: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,
|
config,
|
||||||
pkgs,
|
pkgs,
|
||||||
lib,
|
lib,
|
||||||
|
wrappers,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
{
|
{
|
||||||
|
|
@ -33,10 +34,15 @@
|
||||||
{
|
{
|
||||||
cat = "bat --plain --theme=${theme}";
|
cat = "bat --plain --theme=${theme}";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
kittyAlias = {
|
||||||
|
kitty = lib.getExe (wrappers.kitty { inherit (config.myConfig.de) theme; });
|
||||||
|
};
|
||||||
in
|
in
|
||||||
lib.mkMerge [
|
lib.mkMerge [
|
||||||
lsAliases
|
lsAliases
|
||||||
catAlias
|
catAlias
|
||||||
|
kittyAlias
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue