Add zmenu

This commit is contained in:
muon 2025-09-24 22:08:02 +00:00
parent cb7e26983e
commit 2036170ce3
6 changed files with 223 additions and 29 deletions

View file

@ -1,6 +1,11 @@
{ pkgs, lib, config, osConfig, ... }:
let cfg = osConfig.mods;
{
pkgs,
lib,
config,
osConfig,
...
}: let
cfg = osConfig.mods;
in {
imports = [
./terminal