Files
nix-config/programs/wm/niri/niri-switcher.nix

7 lines
65 B
Nix

{ ... }:
{
programs.niriswitcher = {
enable = true;
};
}