mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 01:55:13 -05:00
feat: abstracted out window manager tile gapp
This commit is contained in:
parent
17d2832b06
commit
93efd494ca
9 changed files with 17 additions and 12 deletions
|
@ -50,7 +50,7 @@ let
|
|||
osConfig
|
||||
;
|
||||
};
|
||||
layout = import (configPath + /layout.nix) { inherit colourHelpers; };
|
||||
layout = import (configPath + /layout.nix) { inherit colourHelpers flake; };
|
||||
main = import (configPath + /main.nix);
|
||||
outputs = import (configPath + /outputs.nix) {
|
||||
inherit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue