many changes
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
|
||||
{ pkgs, ... }:
|
||||
|
||||
let
|
||||
socialDesktopItem = pkgs.makeDesktopItem {
|
||||
name = "social";
|
||||
desktopName = "Librewolf browser with social profile";
|
||||
exec = "librewolf -P social";
|
||||
desktopName = "Firefox browser with social profile";
|
||||
exec = "firefox -P social";
|
||||
};
|
||||
in {
|
||||
environment.systemPackages = [ socialDesktopItem ];
|
||||
|
||||
Reference in New Issue
Block a user