fix(trochulus-hispidus): renames after update and opera dependencies

This commit is contained in:
Malte Tammena 2023-11-16 10:12:56 +01:00
parent 2b1d979502
commit 08a5a3f565
2 changed files with 12 additions and 3 deletions

View file

@ -88,8 +88,8 @@
};
fonts = {
enableDefaultFonts = true;
fonts = with pkgs; [hackNerdLigatures noto-fonts noto-fonts-cjk joypixels];
enableDefaultPackages = true;
packages = with pkgs; [hackNerdLigatures noto-fonts noto-fonts-cjk joypixels];
fontconfig = {enable = true;};
};

View file

@ -8,6 +8,15 @@
url = "https://images.pexels.com/photos/2559941/pexels-photo-2559941.jpeg";
hash = (builtins.import ../../hashes.nix).pexel-bg.hash;
};
operaFixed = lib.warn "Has opera been fixed yet? (https://github.com/NixOS/nixpkgs/pull/120891)" (pkgs.opera.overrideAttrs (old: {
buildInputs =
old.buildInputs
++ [
pkgs.libdrm
pkgs.mesa
];
}));
in {
imports = [../modules/restic-backup.nix];
@ -21,7 +30,7 @@ in {
gnome.gnome-sound-recorder
libreoffice
okular
opera
operaFixed
shotwell
signal-desktop
skypeforlinux