fix(trochulus-hispidus): renames after update and opera dependencies
This commit is contained in:
parent
2b1d979502
commit
08a5a3f565
|
@ -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;};
|
||||
};
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue