home/terminal/emulators/foot: set nushell as default shell
This commit is contained in:
parent
0d866a35b0
commit
ef8d1cba3f
1 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
||||||
{
|
{
|
||||||
inputs,
|
inputs,
|
||||||
nixosConfig,
|
nixosConfig,
|
||||||
|
config,
|
||||||
|
lib,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
programs.foot = {
|
programs.foot = {
|
||||||
|
@ -9,6 +11,7 @@
|
||||||
main = {
|
main = {
|
||||||
term = "xterm-256color";
|
term = "xterm-256color";
|
||||||
font = "monospace:size=14";
|
font = "monospace:size=14";
|
||||||
|
shell = "${lib.getExe config.programs.nushell.package}";
|
||||||
};
|
};
|
||||||
colors = let
|
colors = let
|
||||||
schemeData = inputs.basix.schemeData.base16.${nixosConfig.style.scheme};
|
schemeData = inputs.basix.schemeData.base16.${nixosConfig.style.scheme};
|
||||||
|
|
Loading…
Reference in a new issue