mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
prismlauncher unborked, nerdfonts borked
This commit is contained in:
parent
caf9f55939
commit
1231534d40
4 changed files with 52 additions and 60 deletions
|
|
@ -27,7 +27,6 @@ inputs: {
|
|||
pkgs.heroic
|
||||
pkgs.legendary-gl
|
||||
pkgs.prismlauncher
|
||||
inputs.master.legacyPackages.${pkgs.system}.prismlauncher
|
||||
pkgs.pcmanfm #file manager
|
||||
pkgs.librewolf #best browser
|
||||
pkgs.obs-studio
|
||||
|
|
|
|||
|
|
@ -35,7 +35,6 @@ inputs: {
|
|||
"nvidia-x11"
|
||||
"steam"
|
||||
"steam-original"
|
||||
"discord"
|
||||
];
|
||||
|
||||
overlays = [
|
||||
|
|
@ -53,7 +52,6 @@ inputs: {
|
|||
pkgs.librewolf #best browser
|
||||
pkgs.vlc #play stuff
|
||||
pkgs.ripgrep
|
||||
pkgs.lutris
|
||||
pkgs.xautoclick
|
||||
# wrap webcord to remove state file https://github.com/SpacingBat3/WebCord/issues/360
|
||||
(pkgs.symlinkJoin {
|
||||
|
|
@ -66,12 +64,7 @@ inputs: {
|
|||
wrapProgram "$out/bin/webcord" --run 'rm -f $HOME/.config/WebCord/windowState.json'
|
||||
'';
|
||||
})
|
||||
inputs.master.legacyPackages.${pkgs.system}.prismlauncher
|
||||
#pkgs.prismlauncher
|
||||
(pkgs.discord.override {
|
||||
withOpenASAR = true;
|
||||
nss = pkgs.nss_latest;
|
||||
})
|
||||
pkgs.prismlauncher
|
||||
];
|
||||
etc = {
|
||||
"jdks/17".source = pkgs.openjdk17 + /bin;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue