fix stuffs
This commit is contained in:
parent
9a13efdb0c
commit
f45408c2ce
@ -46,7 +46,7 @@ in {
|
|||||||
common-pc
|
common-pc
|
||||||
common-gpu-amd
|
common-gpu-amd
|
||||||
common-cpu-amd
|
common-cpu-amd
|
||||||
../../modules/network/dns
|
../../modules/network
|
||||||
../../modules/develop/nixbuild
|
../../modules/develop/nixbuild
|
||||||
../../users/root
|
../../users/root
|
||||||
../../users/patriot
|
../../users/patriot
|
||||||
|
@ -6,4 +6,6 @@
|
|||||||
noarp
|
noarp
|
||||||
nodelay
|
nodelay
|
||||||
'';
|
'';
|
||||||
|
# https://github.com/NixOS/nixpkgs/issues/60900
|
||||||
|
# systemd.services.systemd-user-sessions.enable = false;
|
||||||
}
|
}
|
||||||
|
@ -21,7 +21,7 @@ final: prev: rec {
|
|||||||
"--enable-zero-copy"
|
"--enable-zero-copy"
|
||||||
"--disable-gpu-driver-bug-workarounds"
|
"--disable-gpu-driver-bug-workarounds"
|
||||||
];
|
];
|
||||||
electron = prev.electron_13;
|
electron = prev.electron_15;
|
||||||
};
|
};
|
||||||
mkDiscord = {
|
mkDiscord = {
|
||||||
pname,
|
pname,
|
||||||
@ -195,8 +195,8 @@ final: prev: rec {
|
|||||||
icon = pname;
|
icon = pname;
|
||||||
inherit desktopName;
|
inherit desktopName;
|
||||||
genericName = meta.description;
|
genericName = meta.description;
|
||||||
categories = "Network;InstantMessaging;";
|
categories = ["Network" "InstantMessaging"];
|
||||||
mimeType = "x-scheme-handler/discord";
|
mimeTypes = ["x-scheme-handler/discord"];
|
||||||
};
|
};
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "All-in-one cross-platform voice and text chat for gamers";
|
description = "All-in-one cross-platform voice and text chat for gamers";
|
||||||
|
@ -182,7 +182,6 @@ in {
|
|||||||
gh
|
gh
|
||||||
cloudflared
|
cloudflared
|
||||||
ripcord
|
ripcord
|
||||||
fractal-next
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
programs = {
|
programs = {
|
||||||
|
Loading…
Reference in New Issue
Block a user