pinwheel: Extract foot module

This commit is contained in:
Alexander Heldt
2023-08-26 16:53:53 +02:00
parent e7eb26d4f3
commit d158328ae4
3 changed files with 24 additions and 12 deletions

View File

@@ -12,17 +12,6 @@
bemenu
];
programs.foot = {
enable = true;
settings = {
main = {
term = "xterm-256color";
font = "DejaVuSansM Nerd Font Mono:size=14";
};
};
};
programs.tmux = {
enable = true;
@@ -151,7 +140,6 @@
"$mod, x, exec, ${pkgs.swaylock}/bin/swaylock"
"$mod SHIFT, x, exec, systemctl suspend"
"$mod, RETURN, exec, ${pkgs.foot}/bin/foot"
"$mod, SPACE, exec, bemenu-run --fn 'DejaVuSansM Nerd Font Mono 14'"
"$mod, ESCAPE, killactive"