foot.nix: switch to nushell
This commit is contained in:
parent
8cf538e3b1
commit
ad7c823910
1 changed files with 2 additions and 1 deletions
|
@ -16,6 +16,7 @@ in {
|
|||
];
|
||||
programs.foot = {
|
||||
enable = true;
|
||||
server.enable = false;
|
||||
package = pkgs.foot;
|
||||
settings = {
|
||||
main = {
|
||||
|
@ -23,7 +24,7 @@ in {
|
|||
app-id = "foot";
|
||||
title = "foot";
|
||||
locked-title = "no";
|
||||
shell = "fish";
|
||||
shell = "nu";
|
||||
|
||||
font = "Iosevka Nerd Font:size=14";
|
||||
font-bold = "Iosevka Nerd Font:size=14";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue