refactor: schema
This commit is contained in:
@@ -175,7 +175,7 @@ in
|
||||
{
|
||||
imports = [ config.flake.modules.homeManager.terminal-foot ];
|
||||
|
||||
meta.desktop.terminalCommand = lib.getExe pkgs.foot;
|
||||
facts.desktop.terminalCommand = lib.getExe pkgs.foot;
|
||||
|
||||
xdg.terminal-exec = {
|
||||
enable = true;
|
||||
@@ -188,7 +188,7 @@ in
|
||||
{
|
||||
imports = [ config.flake.modules.homeManager.terminal-kitty ];
|
||||
|
||||
meta.desktop.terminalCommand = lib.getExe (kittySingleInstance pkgs);
|
||||
facts.desktop.terminalCommand = lib.getExe (kittySingleInstance pkgs);
|
||||
|
||||
xdg.terminal-exec = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user