basePackages use mkDashDefault

This commit is contained in:
DashieTM 2025-05-09 22:17:21 +02:00
parent 1a518fa79a
commit a4f23bf459
5 changed files with 28 additions and 27 deletions

View file

@ -1,4 +1,5 @@
{
mkDashDefault,
config,
lib,
options,
@ -297,7 +298,7 @@ in {
cursor = {
enable_hyprcursor = true;
no_hardware_cursors = lib.mkDefault config.mods.gpu.nvidia.enable;
no_hardware_cursors = mkDashDefault config.mods.gpu.nvidia.enable;
# done with nix, this would break the current setup otherwise
sync_gsettings_theme = false;
};