mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
webcord broke
This commit is contained in:
parent
6fd00910c9
commit
40c67411d7
3 changed files with 28 additions and 3 deletions
|
|
@ -1,4 +1,8 @@
|
|||
{nvim-flake, ...}: {
|
||||
{
|
||||
nvim-flake,
|
||||
webcord_fix,
|
||||
...
|
||||
}: {
|
||||
pkgs,
|
||||
config,
|
||||
...
|
||||
|
|
@ -54,7 +58,6 @@
|
|||
vlc #play stuff
|
||||
ripgrep
|
||||
xautoclick
|
||||
webcord
|
||||
prismlauncher
|
||||
deadnix
|
||||
statix
|
||||
|
|
@ -62,6 +65,10 @@
|
|||
nix-index
|
||||
element-desktop
|
||||
;
|
||||
inherit
|
||||
(webcord_fix.legacyPackages.${pkgs.system})
|
||||
webcord
|
||||
;
|
||||
inherit (nvim-flake.packages.${pkgs.system}) neovim;
|
||||
lint = pkgs.writeShellScriptBin "lint" ''
|
||||
deadnix -e "''${1:-.}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue