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