treewide: rename alias'ed packages
This commit is contained in:
parent
668174569e
commit
383e1d09cd
3 changed files with 4 additions and 4 deletions
|
@ -18,11 +18,11 @@ in {
|
||||||
driSupport32Bit = true;
|
driSupport32Bit = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
nixpkgs.config.packageOverrides = pkgs: {vaapiIntel = pkgs.vaapiIntel.override {enableHybridCodec = true;};};
|
nixpkgs.config.packageOverrides = pkgs: {vaapiIntel = pkgs.intel-vaapi-driver.override {enableHybridCodec = true;};};
|
||||||
hardware.opengl = {
|
hardware.opengl = {
|
||||||
extraPackages = with pkgs; [
|
extraPackages = with pkgs; [
|
||||||
intel-media-driver # libva_driver_name=ihd
|
intel-media-driver # libva_driver_name=ihd
|
||||||
vaapiIntel # libva_driver_name=i965 (older but works better for firefox/chromium)
|
intel-vaapi-driver # libva_driver_name=i965 (older but works better for firefox/chromium)
|
||||||
vaapiVdpau
|
vaapiVdpau
|
||||||
libvdpau-va-gl
|
libvdpau-va-gl
|
||||||
intel-compute-runtime # intel opencl
|
intel-compute-runtime # intel opencl
|
||||||
|
|
|
@ -19,6 +19,6 @@
|
||||||
|
|
||||||
### Noto Fonts
|
### Noto Fonts
|
||||||
noto-fonts
|
noto-fonts
|
||||||
noto-fonts-emoji
|
noto-fonts-color-emoji
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
(with pkgs; [
|
(with pkgs; [
|
||||||
# Messaging
|
# Messaging
|
||||||
### Matrix
|
### Matrix
|
||||||
neochat # kinda buggy with window resizing, but it works and its not electron
|
libsForQt5.neochat # kinda buggy with window resizing, but it works and its not electron
|
||||||
#nheko # wont let me login for some reason
|
#nheko # wont let me login for some reason
|
||||||
#fractal # does not work with Mozilla's SAML login
|
#fractal # does not work with Mozilla's SAML login
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue