mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-01 15:36:18 +02:00
overlays: Remove srb2
Not needed anymore now that the srb2 changes have been merged upstream.
This commit is contained in:
parent
58df5018da
commit
35de7f8e5a
@ -1,16 +0,0 @@
|
||||
final: prev: {
|
||||
srb2 = prev.srb2.overrideAttrs (oldAttrs: {
|
||||
desktopItems = [
|
||||
(prev.makeDesktopItem rec {
|
||||
name = "Sonic Robo Blast 2";
|
||||
exec = oldAttrs.pname;
|
||||
icon = oldAttrs.pname;
|
||||
comment = oldAttrs.meta.description;
|
||||
desktopName = name;
|
||||
genericName = name;
|
||||
startupWMClass = ".srb2-wrapped";
|
||||
categories = [ "Game" ];
|
||||
})
|
||||
];
|
||||
});
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user