diff --git a/hosts/trochulus-hispidus.nix b/hosts/trochulus-hispidus.nix index c5eef47..4bcd569 100644 --- a/hosts/trochulus-hispidus.nix +++ b/hosts/trochulus-hispidus.nix @@ -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;}; }; diff --git a/users/marie/home.nix b/users/marie/home.nix index d3a883f..e864df7 100644 --- a/users/marie/home.nix +++ b/users/marie/home.nix @@ -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