misc updates for build
This commit is contained in:
parent
d5ce316a88
commit
653eae11b0
4 changed files with 9 additions and 8 deletions
|
@ -167,6 +167,7 @@
|
|||
./nixos/configs/music-server
|
||||
./nixos/configs/fonts-linux.nix
|
||||
|
||||
./nixos/overlays/fixup-nheko
|
||||
./nixos/overlays/fixup-signal
|
||||
./nixos/overlays/fixup-imhex.nix
|
||||
./nixos/overlays/customize-gajim
|
||||
|
|
|
@ -28,6 +28,8 @@
|
|||
cursor.package = pkgs.phinger-cursors;
|
||||
cursor.name = "phinger-cursors-light";
|
||||
cursor.size = 24;
|
||||
|
||||
targets.qt.platform = "qtct";
|
||||
};
|
||||
}
|
||||
)
|
||||
|
|
|
@ -56,7 +56,7 @@ in
|
|||
|
||||
# rust
|
||||
fill-labs.dependi
|
||||
rust-lang.rust-analyzer
|
||||
#rust-lang.rust-analyzer
|
||||
njpwerner.autodocstring
|
||||
|
||||
# python
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# Forces nheko to use Xorg instead of wayland.
|
||||
# Forces nheko to work properly.
|
||||
#
|
||||
# vim: et:ts=2:sw=2:
|
||||
#
|
||||
|
@ -9,12 +9,10 @@ let
|
|||
nheko = prev'.nheko.overrideAttrs (
|
||||
final: prev: {
|
||||
|
||||
# Patches from pennae ^-^
|
||||
patches = prev.patches ++ [
|
||||
./nheko-del.patch
|
||||
./nheko-search.patch
|
||||
./timeline-read-color.patch
|
||||
];
|
||||
preFixup = prev.preFixup + ''
|
||||
qtWrapperArgs+=(--unset QT_STYLE_OVERRIDE)
|
||||
'';
|
||||
|
||||
}
|
||||
);
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue