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;
|
||||
};
|
||||
|
||||
nixpkgs.config.packageOverrides = pkgs: {vaapiIntel = pkgs.vaapiIntel.override {enableHybridCodec = true;};};
|
||||
nixpkgs.config.packageOverrides = pkgs: {vaapiIntel = pkgs.intel-vaapi-driver.override {enableHybridCodec = true;};};
|
||||
hardware.opengl = {
|
||||
extraPackages = with pkgs; [
|
||||
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
|
||||
libvdpau-va-gl
|
||||
intel-compute-runtime # intel opencl
|
||||
|
|
|
@ -19,6 +19,6 @@
|
|||
|
||||
### Noto Fonts
|
||||
noto-fonts
|
||||
noto-fonts-emoji
|
||||
noto-fonts-color-emoji
|
||||
];
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
(with pkgs; [
|
||||
# Messaging
|
||||
### 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
|
||||
#fractal # does not work with Mozilla's SAML login
|
||||
|
||||
|
|
Loading…
Reference in a new issue