mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-07 13:32:15 -06:00
7 lines
129 B
Nix
Executable file
7 lines
129 B
Nix
Executable file
{ flake, ... }:
|
|
let
|
|
inherit (flake.config.aesthetics.themes.windowManager.enabled) niri;
|
|
in
|
|
{
|
|
programs.niri.enable = niri;
|
|
}
|