Compat update

This commit is contained in:
muon 2026-05-20 09:04:55 +00:00
parent 68d5cac1be
commit 4a22e6736b
4 changed files with 5 additions and 5 deletions

View file

@ -20,7 +20,7 @@
gpodder
# Interactive
bottles
# bottles
];
programs.mpv.enable = true;
};

View file

@ -31,7 +31,7 @@ in
# bitwarden-desktop
# file management
libsForQt5.breeze-icons
# libsForQt5.breeze-icons
libsForQt5.qt5ct
# documents

View file

@ -27,7 +27,7 @@ in {
# vesktop-nogain
# (callPackage ./packages/librediscord.nix {})
jami
dcts-client-shipping
# dcts-client-shipping
# Video
# freetube-custom

View file

@ -12,7 +12,7 @@ in {
description = "enables proprietary nvidia drivers";
};
packages = lib.mkOption {
default = ["nvidia-x11" "nvidia-settings"];
default = ["nvidia-x11" "nvidia-settings" "nvidia-kernel-modules"];
description = "unfree packages";
};
driver = lib.mkOption {