From 3d4b1ee8a8206cf6ba51e57727b16f44f8597518 Mon Sep 17 00:00:00 2001 From: Natsu Kagami Date: Sun, 15 May 2022 14:21:42 -0400 Subject: [PATCH] Change firefox and discord packages --- home/modules/programs/my-sway/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/home/modules/programs/my-sway/default.nix b/home/modules/programs/my-sway/default.nix index 10a1257..88ba9a3 100644 --- a/home/modules/programs/my-sway/default.nix +++ b/home/modules/programs/my-sway/default.nix @@ -97,8 +97,8 @@ in { command = "systemctl --user restart waybar"; always = true; } # Startup programs { command = "${pkgs.flameshot}/bin/flameshot"; } - { command = "${pkgs.firefox}/bin/firefox"; } - { command = "${pkgs.unstable.discord}/bin/discord"; } + { command = "${config.programs.firefox.package}/bin/firefox"; } + { command = "${pkgs.discord}/bin/discord"; } ]; ### Keybindings @@ -159,7 +159,7 @@ in { class = "^firefox$"; } ]; "${builtins.elemAt workspaces 1}" = [ - { class = "^Discord$"; } + { class = "^(d|D)iscord$"; } ]; }; focus.followMouse = true;