treewide: remove variables from pkgs

This commit is contained in:
Leonardo Eugênio 2024-06-05 01:18:48 -03:00
parent 36a717072a
commit 2f67b084d2
38 changed files with 60 additions and 64 deletions

View file

@ -1,6 +1,6 @@
{ pkgs, ... }:
let
inherit (pkgs.uservars) dmenu;
inherit (config.my) dmenu;
available_menus = {
bmenu = "bmenu run";
rofi = "rofi -show drun -sort";