From 5227d0d4bb8255cf6429c850d1c0886d6270f604 Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Sun, 8 Dec 2024 20:28:05 +0100 Subject: [PATCH] profile/sway: use programs.foot --- profiles/sway/default.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/profiles/sway/default.nix b/profiles/sway/default.nix index 0eb796b..3a5ff3f 100644 --- a/profiles/sway/default.nix +++ b/profiles/sway/default.nix @@ -32,8 +32,9 @@ in environment.pathsToLink = [ "/libexec" ]; programs = { - wshowkeys.enable = true; + foot.enable = true; light.enable = true; + wshowkeys.enable = true; sway = { enable = true; @@ -45,7 +46,6 @@ in extraPackages = with pkgs; [ brightnessctl dmenu - foot gammastep grim i3status-rust @@ -59,7 +59,6 @@ in wl-clipboard wofi xwayland - # wshowkeys ]; extraSessionCommands = ''