change deployment keys for paraclub

This commit is contained in:
2023-12-28 16:34:46 +01:00
parent 46d1483880
commit b1ec7c6d73
6 changed files with 9 additions and 4 deletions

View File

@@ -4,8 +4,8 @@
let
socialDesktopItem = pkgs.makeDesktopItem {
name = "social";
desktopName = "Firefox browser with social profile";
exec = "firefox -P social";
desktopName = "Librewolf browser with social profile";
exec = "librewolf -P social";
};
in {
environment.systemPackages = [ socialDesktopItem ];