profile/sway: use programs.foot

This commit is contained in:
Felix Buehler 2024-12-08 20:28:05 +01:00
parent 28a7e59a6c
commit 5227d0d4bb

View file

@ -32,8 +32,9 @@ in
environment.pathsToLink = [ "/libexec" ]; environment.pathsToLink = [ "/libexec" ];
programs = { programs = {
wshowkeys.enable = true; foot.enable = true;
light.enable = true; light.enable = true;
wshowkeys.enable = true;
sway = { sway = {
enable = true; enable = true;
@ -45,7 +46,6 @@ in
extraPackages = with pkgs; [ extraPackages = with pkgs; [
brightnessctl brightnessctl
dmenu dmenu
foot
gammastep gammastep
grim grim
i3status-rust i3status-rust
@ -59,7 +59,6 @@ in
wl-clipboard wl-clipboard
wofi wofi
xwayland xwayland
# wshowkeys
]; ];
extraSessionCommands = '' extraSessionCommands = ''