Add penpot (#17)

* basePackages use mkDashDefault
* Add penpot
This commit is contained in:
Dashie 2025-05-09 23:29:53 +02:00 committed by DashieTM
parent f699577158
commit 1cb30eadca
4 changed files with 25 additions and 14 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;
};