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,
|
||||
nixosConfig,
|
||||
config,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
programs.foot = {
|
||||
|
@ -9,6 +11,7 @@
|
|||
main = {
|
||||
term = "xterm-256color";
|
||||
font = "monospace:size=14";
|
||||
shell = "${lib.getExe config.programs.nushell.package}";
|
||||
};
|
||||
colors = let
|
||||
schemeData = inputs.basix.schemeData.base16.${nixosConfig.style.scheme};
|
||||
|
|
Loading…
Reference in a new issue