mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
Add zmenu
This commit is contained in:
parent
cb7e26983e
commit
2036170ce3
6 changed files with 223 additions and 29 deletions
|
|
@ -1,6 +1,11 @@
|
|||
{ pkgs, lib, config, osConfig, ... }:
|
||||
let cfg = osConfig.mods;
|
||||
|
||||
{
|
||||
pkgs,
|
||||
lib,
|
||||
config,
|
||||
osConfig,
|
||||
...
|
||||
}: let
|
||||
cfg = osConfig.mods;
|
||||
in {
|
||||
imports = [
|
||||
./terminal
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue