fix stuffs

This commit is contained in:
dusk 2022-05-21 18:52:13 +03:00
parent 9a13efdb0c
commit f45408c2ce
Signed by: dusk
GPG Key ID: 1D8F8FAF2294D6EA
4 changed files with 6 additions and 5 deletions

View File

@ -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

View File

@ -6,4 +6,6 @@
noarp
nodelay
'';
# https://github.com/NixOS/nixpkgs/issues/60900
# systemd.services.systemd-user-sessions.enable = false;
}

View File

@ -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";

View File

@ -182,7 +182,6 @@ in {
gh
cloudflared
ripcord
fractal-next
];
};
programs = {