mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-07 05:27:13 -06:00
chore: refactored input imports
This commit is contained in:
parent
8ecdaefa43
commit
38f7ba4d91
9 changed files with 42 additions and 36 deletions
|
|
@ -3,5 +3,8 @@ let
|
|||
inherit (flake.config.aesthetics.themes.windowManager.enabled) niri;
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
flake.inputs.niri.nixosModules.niri
|
||||
];
|
||||
programs.niri.enable = niri;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue