mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-06-06 12:59:22 +02:00
remove some deps
This commit is contained in:
parent
2dbbcfbcaa
commit
16de599bbe
6 changed files with 4 additions and 241 deletions
|
@ -5,21 +5,11 @@
|
|||
}:
|
||||
|
||||
{
|
||||
tela-icon-theme-git = pkgs.tela-icon-theme.overrideAttrs { src = inputs.tela-icon-theme; };
|
||||
|
||||
libadwaita-follow-theme = pkgs.libadwaita.overrideAttrs (old: {
|
||||
patches = (old.patches or [ ]) ++ [ ./adwaita-theming-support.patch ];
|
||||
doCheck = false;
|
||||
});
|
||||
|
||||
prismlauncher-withExtraStuff =
|
||||
inputs.prismlauncher.packages.${system}.prismlauncher.override
|
||||
{
|
||||
prismlauncher-unwrapped = inputs.prismlauncher.packages.${system}.prismlauncher-unwrapped.overrideAttrs (old: {
|
||||
patches = (old.patches or [ ]) ++ [ ./prism-ftb.patch ];
|
||||
});
|
||||
};
|
||||
|
||||
nixos-anywhere = inputs.nixos-anywhere.packages.${system}.nixos-anywhere;
|
||||
|
||||
kde-hdr-fix = pkgs.callPackage ./kde-hdr.nix { };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue