Auto-commit: 2026-01-05 22:20:54
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{ nixosConfig, lib, ... }:
|
||||
{
|
||||
programs.thunderbird = lib.mkIf nixosConfig.my.desktop.enable {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user