several improvements to desktop

This commit is contained in:
Thilo Billerbeck 2025-04-01 20:01:20 +02:00
commit b4e9a29654
9 changed files with 23 additions and 23 deletions
home-manager/programs

View file

@ -1,7 +1,7 @@
{ config, ... }:
{
programs.firefox = {
programs.floorp = {
enable = if (config.machine.isGraphical && !config.machine.isGeneric) then true else false;
};
}