feat: abstracted out window manager tile gapp

This commit is contained in:
Nick 2025-05-18 16:53:29 -05:00
parent 17d2832b06
commit 93efd494ca
9 changed files with 17 additions and 12 deletions

View file

@ -6,7 +6,7 @@
}:
let
configPath = ./config;
settingsPath = import (configPath + /settings.nix) { inherit config; };
settingsPath = import (configPath + /settings.nix) { inherit config flake; };
stylePath = import (configPath + /style.nix) { inherit config flake; };
in
{