1

Home: Fix remaining name qualifications after module update

This commit is contained in:
2024-10-14 15:25:54 +02:00
parent 050969a892
commit cb0c880431
4 changed files with 5 additions and 5 deletions

View File

@ -15,14 +15,14 @@ in {
home.packages = with pkgs;
builtins.concatLists [
# TODO: I don't think vaapi works yet
(optionals cfg.vaapi [
(lib.optionals firefox.vaapi [
# NOTE: I put these into hardware.opengl.extrapackages, don't know if they belong there...
# libva
# libvdpau
])
# TODO: Derivation borked on standalone HM
# (optionals cfg.gnomeTheme [firefox-gnome-theme])
# (lib.optionals firefox.gnomeTheme [firefox-gnome-theme])
];
home.sessionVariables = lib.mkMerge [