mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-06-07 13:29:22 +02:00
update openrgb and add sftp storage
This commit is contained in:
parent
658507c387
commit
deab8572cd
5 changed files with 69 additions and 16 deletions
|
@ -19,6 +19,9 @@ in {
|
|||
tela-icon-theme = super.tela-icon-theme.overrideAttrs
|
||||
(_old: { src = self.inputs.tela-icon-theme; });
|
||||
|
||||
openrgb = super.openrgb.overrideAttrs
|
||||
(_old: { src = self.inputs.openrgb; });
|
||||
|
||||
prismlauncher = super.prismlauncher.overrideAttrs (old: {
|
||||
patches = (old.patches or [ ]) ++ [
|
||||
self.inputs.prism-game-options-patch
|
||||
|
@ -26,8 +29,6 @@ in {
|
|||
];
|
||||
});
|
||||
|
||||
#noto-fonts-color-emoji = pkgs.noto-fonts-color-emoji_withExtraFlags;
|
||||
|
||||
libadwaita = super.libadwaita.overrideAttrs (old: {
|
||||
patches = (old.patches or [ ])
|
||||
++ [ ./adwaita-theming-support.patch ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue