add foot terminal

This commit is contained in:
chris 2023-02-23 21:36:41 +01:00
parent 11acd7c043
commit e949d08c76
1 changed files with 2 additions and 1 deletions

View File

@ -8,6 +8,7 @@
programs.home-manager.enable = true;
home.packages = [
pkgs.foot
pkgs.git
pkgs.htop
pkgs.jameica
@ -21,7 +22,7 @@
config = rec {
modifier = "Mod4";
# Use kitty as default terminal
terminal = "kitty";
terminal = "foot";
startup = [
# Launch Firefox on start
{command = "firefox";}