feat: move core apps to downstream and make app modules opt-in
All checks were successful
Check / eval-and-lint (push) Successful in 6m39s
All checks were successful
Check / eval-and-lint (push) Successful in 6m39s
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
{ config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
xdg.configFile."ghostty/config".source = ./config/config;
|
||||
config = lib.mkIf config.nomarchy.apps.ghostty.enable {
|
||||
xdg.configFile."ghostty/config".source = ./config/config;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user