refactor: dendritic principles
This commit is contained in:
@@ -16,7 +16,7 @@ in
|
||||
};
|
||||
};
|
||||
|
||||
flake.modules.homeManager.walker =
|
||||
flake.modules.homeManager.walker-base =
|
||||
{
|
||||
config,
|
||||
...
|
||||
@@ -33,7 +33,7 @@ in
|
||||
flake.modules.homeManager.primary-launcher-walker =
|
||||
{ config, lib, ... }:
|
||||
{
|
||||
imports = [ homeModules.walker ];
|
||||
imports = [ homeModules.walker-base ];
|
||||
|
||||
meta.desktop.launcherCommand = lib.getExe config.programs.walker.package;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user