From 4784f1aad5800f3fc858cdefb58925229a2b96dd Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Thu, 25 Jul 2024 18:01:11 +0100 Subject: [PATCH] Swap order of pinned applications --- home/desktop/plasma/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/desktop/plasma/default.nix b/home/desktop/plasma/default.nix index 0a646f7a..ce708009 100644 --- a/home/desktop/plasma/default.nix +++ b/home/desktop/plasma/default.nix @@ -97,8 +97,8 @@ showToolTips = "true"; launchers = [ "applications:org.kde.konsole.desktop" - "applications:emacs.desktop" "preferred://filemanager" + "applications:emacs.desktop" "preferred://browser" ]; };